From 56cdbe5d2ff82e7e89c4e4d16bc21c87923b7ed0 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 3 Sep 2019 18:58:17 +0200 Subject: [PATCH] Updated README and CHANGELOG. [ci skip] --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72764e3..619665f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.0] - 2019-09-03 +- Added language chooser + ## [0.10.5] - 2019-05-09 - Fixed broken migration on postgres/windows. #52 @@ -94,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support to dropdown list filter. - Added post_migrate handler to create the default theme after install. +[0.11.0]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.11.0 [0.10.5]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.5 [0.10.4]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.4 [0.10.3]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.3 diff --git a/README.md b/README.md index b8aab39..f57f5ff 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ django-admin-interface is a modern **responsive flat admin interface customizabl - List filter dropdown *(optional)* - `NEW` **Related modal** *(instead of the old popup window, optional)* - `NEW` **Environment name/marker** +- `NEW` **Language chooser** - Compatibility / Style optimizations for: - `django-ckeditor` - `django-dynamic-raw-id`