diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2632b519..82f17874 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +1.3.0 2018-08-23 +---------------- + +- Django 2.1 compatibility +- Conform select multiple attribute rendering +- Fix multiple and clearable file inputs +- Support for field.disabled +- [PRO] Improve custom columns ordering handing +- [PRO] Allow to select object from different pages in a list view + 1.2.5 2018-05-07 ---------------- diff --git a/README.rst b/README.rst index 01c0d89f..eee257d1 100644 --- a/README.rst +++ b/README.rst @@ -85,8 +85,8 @@ Django Material Pro with additional features has a commercial-friendly license. Changelog ========= -1.3.0 GIT VERSION ------------------ +1.3.0 2018-08-23 +---------------- - Django 2.1 compatibility - Conform select multiple attribute rendering