Skip to content

Commit 0e1c354

Browse files
committed
Added changelog for version 1.3.
1 parent ba9c692 commit 0e1c354

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/changes.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Change log
22
==========
33

4+
1.3
5+
---
6+
7+
This is the first version compatible with Django 1.8.
8+
9+
New features
10+
~~~~~~~~~~~~
11+
12+
* A new panel is available: Template Profiler.
13+
* The ``SHOW_TOOLBAR_CALLBACK`` accepts a callable.
14+
* The toolbar now provides a :ref:`javascript-api`.
15+
16+
Bugfixes
17+
~~~~~~~~
18+
19+
* The toolbar handle cannot leave the visible area anymore when the toolbar is
20+
collapsed.
21+
* The root level logger is preserved.
22+
* The ``RESULTS_CACHE_SIZE`` setting is taken into account.
23+
* CSS classes are prefixed with ``djdt-`` to prevent name conflicts.
24+
* The private copy of jQuery no longer registers as an AMD module on sites
25+
that load RequireJS.
26+
427
1.2
528
---
629

docs/panels.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ CSS API at this time.
306306

307307
.. automethod:: debug_toolbar.panels.Panel.process_response
308308

309+
.. _javascript-api:
310+
309311
JavaScript API
310312
~~~~~~~~~~~~~~
311313

0 commit comments

Comments
 (0)