X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7d801e715b70774ff4f2a238045385e093701a8e..21f878e8112cf1f9b732a6dbb77e70efa68a01aa:/apps/south/docs/CHANGELOG diff --git a/apps/south/docs/CHANGELOG b/apps/south/docs/CHANGELOG new file mode 100644 index 000000000..fa106f976 --- /dev/null +++ b/apps/south/docs/CHANGELOG @@ -0,0 +1,38 @@ +0.3 +=== + +The yay-dependencies release. + +New features: + + - Dependency support for migrations + - Fields are now used for declaring columns and tables + + +0.2 +=== + +The oh-i'm-sorry-mysql-users release. + +New features: + + - MySQL support up to the same level as PostgreSQL + - New --all option to ./manage.py startmigration, which creates a migration + for every model in the given app. For project starts. + - Project status upgraded to 'beta'. Next up, a colour-coded + release level system. + +Fixed bugs: + + - A few typos in various column methods + - ManyToMany tables weren't created by startmigration migrations. + +Known bugs: + + - None + + +0.1 +=== + +Initial release.