Skip to content

Commit 4315af0

Browse files
committed
The next release will be even better!
1 parent 4427f9a commit 4315af0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/changes.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ Change log
77
* Fixed a regression where the JavaScript code crashed with an invalid
88
CSS selector when searching for an element to replace.
99
* Replaced remaining images with CSS.
10-
* Continued refactoring the frontend code for simplicity, continued
11-
removing unused CSS.
10+
* Continued refactoring the HTML and CSS code for simplicity, continued
11+
improving the use of semantic HTML.
12+
* Stopped caring about prehistoric browsers for good. Started splitting
13+
up the JavaScript code to take advantage of
14+
JavaScript modules.
15+
* Continued removing unused CSS.
1216
* Started running Selenium tests on Travis CI.
1317
* Added a system check which prevents using django-debug-toolbar without
1418
any enabled panels.
@@ -18,6 +22,10 @@ Change log
1822
exist via :class:`StaticFilesPanel <debug_toolbar.panels.staticfiles.StaticFilesPanel>`
1923
* Introduced `prettier <https://prettier.io/>`__ to format the frontend
2024
code.
25+
* Started accessing history views using GET requests since they do not
26+
change state on the server.
27+
* Fixed a bug where unsuccessful requests (e.g. network errors) were
28+
silently ignored.
2129

2230

2331
3.1 (2020-09-21)

0 commit comments

Comments
 (0)