rename changes to changelog, initial 0.4 draft

This commit is contained in:
Christopher Grebs 2014-04-21 01:06:36 +02:00
parent c13eecf55d
commit 05815c5d0f
3 changed files with 31 additions and 26 deletions

View File

@ -10,6 +10,7 @@ Contributors:
- Thomas Grainger <tagrain@gmail.com>
- Christopher Grebs <cg@webshox.org>
django-babel was previously developed under the Copyright of Edgewall Software.
The following copyright notice holds true for releases before 2013: "Copyright
(c) 2007 - 2011 by Edgewall Software"

30
CHANGELOG.rst Normal file
View File

@ -0,0 +1,30 @@
Changelog
=========
0.4 - `master`_
---------------
.. note:: This version is not yet released and is under active development.
* Initial testing infrastructure
* Add management command `babel` with `makemessages` and `compilemessages`
labels. Mimics django's `makemessages` and `compilemessages` commands.
0.3.1 - 2013-12-11
------------------
* fix relative import in template tags
0.3.0 - 2013-12-11
------------------
* Rename package to django_babel
0.2.3 - 2013-12-11
------------------
* Rename package on PyPI
* Use GitHub as source control

View File

@ -1,26 +0,0 @@
Changes
=======
1.0 (unreleased)
----------------
* Nothing changed yet.
0.3.1 (2013-12-11)
------------------
* fix relative import in template tags
0.3.0 (2013-12-11)
------------------
* Rename package to django_babel
0.2.3 (2013-12-11)
------------------
* Rename package on PyPI
* Use GitHub as source control