Added v5.2.0 changelog

This commit is contained in:
Johannes Hoppe 2015-10-05 19:34:52 +02:00
parent b0d2325c43
commit b8d53aa714
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
Changelog Summary
=================
### v5.2.0
* Added pagination
### v5.1.0
* Added search term splitting
* Model widgets get smarter pickling to reduce size and avoid pickling issues

View file

@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields.
"""
__version__ = "5.1.1"
__version__ = "5.2.0"