aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changes.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-24 14:25:07 +0100
committerAymeric Augustin2013-11-24 14:25:07 +0100
commitc92f710125218755c275ae98581a4305e57fd3fa (patch)
treefd024c825c2669a7345643cdf03743b3a704b568 /docs/changes.rst
parentb9c5c503428323927c8d602bedc214cb3415ad35 (diff)
downloaddjango-debug-toolbar-c92f710125218755c275ae98581a4305e57fd3fa.tar.bz2
Add short release notes for 1.0.
Fix #475.
Diffstat (limited to 'docs/changes.rst')
-rw-r--r--docs/changes.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
new file mode 100644
index 0000000..3172270
--- /dev/null
+++ b/docs/changes.rst
@@ -0,0 +1,16 @@
+Change log
+==========
+
+1.0
+---
+
+This is the first stable version of the Debug Toolbar!
+
+It includes many new features and performance improvements as well a few
+backwards-incompatible changes to make the toolbar easier to use, extend and
+maintain in the future.
+
+You're strongly encouraged to review the installation and configuration docs
+and redo the setup in your projects.
+
+Third-party panels will need to be updated to work with this version.