Skip to content

Commit 0a75be1

Browse files
committed
Update the change log
1 parent a4a5393 commit 0a75be1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/changes.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ Change log
44
UNRELEASED
55
----------
66

7-
* Use ``defer`` on all ``<script>`` tags to avoid blocking HTML parsing.
8-
* Reformatted the code using `black <https://github.com/ambv/black>`__.
7+
* Use ``defer`` on all ``<script>`` tags to avoid blocking HTML parsing,
8+
removed inline JavaScript.
99
* Stop inlining images in CSS to avoid Content Security Policy errors
1010
altogether.
11+
* Reformatted the code using `black <https://github.com/ambv/black>`__.
12+
* Added the Django mail panel to the list of third-party panels.
13+
* Convert system check errors to warnings to accomodate exotic
14+
configurations.
15+
* Fixed a crash when explaining raw querysets.
16+
* Fixed an obscure unicode error with binary data fields.
17+
* Added MariaDB and Python 3.7 builds to the CI.
1118

1219
1.10.1 (2018-09-11)
1320
-------------------

0 commit comments

Comments
 (0)