renamed to CHANGELOG.rst and included release notes in index.rst

This commit is contained in:
Marko Tibold 2012-01-30 18:29:54 +01:00
parent 243d80ccb0
commit 39d4a39441
2 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,8 @@
Release Notes
=============
development development
-----------
* Saner template varible autoescaping. * Saner template varible autoescaping.
* Use `staticfiles` for css files. * Use `staticfiles` for css files.
@ -9,6 +13,7 @@ development
- Bug with PerUserThrottling when user contains unicode chars. - Bug with PerUserThrottling when user contains unicode chars.
0.3.2 0.3.2
-----
* Bugfixes: * Bugfixes:
* Fix 403 for POST and PUT from the UI with UserLoggedInAuthentication (#115) * Fix 403 for POST and PUT from the UI with UserLoggedInAuthentication (#115)
@ -21,15 +26,18 @@ development
* Improved model mixin API - Hooks for build_query, get_instance_data, get_model, get_queryset, get_ordering * Improved model mixin API - Hooks for build_query, get_instance_data, get_model, get_queryset, get_ordering
0.3.1 0.3.1
-----
* [not documented] * [not documented]
0.3.0 0.3.0
-----
* JSONP Support * JSONP Support
* Bugfixes, including support for latest markdown release * Bugfixes, including support for latest markdown release
0.2.4 0.2.4
-----
* Fix broken IsAdminUser permission. * Fix broken IsAdminUser permission.
* OPTIONS support. * OPTIONS support.
@ -37,20 +45,24 @@ development
* Drop mentions of Blog, BitBucket. * Drop mentions of Blog, BitBucket.
0.2.3 0.2.3
-----
* Fix some throttling bugs. * Fix some throttling bugs.
* ``X-Throttle`` header on throttling. * ``X-Throttle`` header on throttling.
* Support for nesting resources on related models. * Support for nesting resources on related models.
0.2.2 0.2.2
-----
* Throttling support complete. * Throttling support complete.
0.2.1 0.2.1
-----
* Couple of simple bugfixes over 0.2.0 * Couple of simple bugfixes over 0.2.0
0.2.0 0.2.0
-----
* Big refactoring changes since 0.1.0, ask on the discussion group if anything isn't clear. * Big refactoring changes since 0.1.0, ask on the discussion group if anything isn't clear.
The public API has been massively cleaned up. Expect it to be fairly stable from here on in. The public API has been massively cleaned up. Expect it to be fairly stable from here on in.
@ -75,9 +87,11 @@ development
You can reuse these mixin classes individually without using the ``View`` class. You can reuse these mixin classes individually without using the ``View`` class.
0.1.1 0.1.1
-----
* Final build before pulling in all the refactoring changes for 0.2, in case anyone needs to hang on to 0.1. * Final build before pulling in all the refactoring changes for 0.2, in case anyone needs to hang on to 0.1.
0.1.0 0.1.0
-----
* Initial release. * Initial release.

View File

@ -105,6 +105,8 @@ The following example exposes your `MyModel` model through an api. It will provi
contents contents
.. include:: ../CHANGELOG.rst
Indices and tables Indices and tables
------------------ ------------------