Add changelog/release notes for #978

pull/993/head
Dan Braghis 2015-02-12 14:46:31 +00:00
rodzic c50f6ed53b
commit 8fe8c5bc13
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,7 @@ Changelog
* Added validation to prevent pages being crated with only whitespace characters in their title fields (Frank Wiles)
* Page model fields without a FieldPanel are no longer displayed in the form
* No longer need to specify the base model on InlinePanel definitions
* The project template Vagrantfile now listens on port 8000
0.8.5 (xx.xx.20xx)

Wyświetl plik

@ -31,6 +31,7 @@ Minor features
* Added validation to prevent pages being created with only whitespace characters in their title fields
* Page model fields without a FieldPanel are no longer displayed in the form
* No longer need to specify the base model on InlinePanel definitions
* The project template Vagrantfile now listens on port 8000
Bug fixes