Skip to content

Commit c92f710

Browse files
committed
Add short release notes for 1.0.
Fix #475.
1 parent b9c5c50 commit c92f710

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

docs/changes.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Change log
2+
==========
3+
4+
1.0
5+
---
6+
7+
This is the first stable version of the Debug Toolbar!
8+
9+
It includes many new features and performance improvements as well a few
10+
backwards-incompatible changes to make the toolbar easier to use, extend and
11+
maintain in the future.
12+
13+
You're strongly encouraged to review the installation and configuration docs
14+
and redo the setup in your projects.
15+
16+
Third-party panels will need to be updated to work with this version.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Django Debug Toolbar
99
tips
1010
panels
1111
commands
12+
changes
1213
contributing

docs/installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ For a simple Django project, that's all you need!
3939
The Debug Toolbar will automatically adjust a few settings when you start the
4040
development server. This happens only when the ``DEBUG`` setting is ``True``.
4141

42+
If you're upgrading from a previous version, you should review the
43+
:doc:`change log <changes>` and look for specific upgrade instructions.
44+
4245
If the automatic setup doesn't work for your project, if you want to learn
4346
what it does, or if you prefer defining your settings explicitly, read below.
4447

0 commit comments

Comments
 (0)