|
@@ -622,6 +622,9 @@ Miscellaneous
|
|
|
a page. Having two ``<h1>`` elements was confusing and the site header wasn't
|
|
|
helpful as it is repeated on all pages.
|
|
|
|
|
|
+* In order to improve accessibility, the admin's main content area is now
|
|
|
+ rendered in a ``<main>`` tag instead of ``<div>``.
|
|
|
+
|
|
|
* On databases without native support for the SQL ``XOR`` operator, ``^`` as
|
|
|
the exclusive or (``XOR``) operator now returns rows that are matched by an
|
|
|
odd number of operands rather than exactly one operand. This is consistent
|