From 651557bfc2bbd13cb1c9a671e3a8d99cc16ae17d Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 20 Jul 2020 17:57:22 +0200 Subject: [PATCH] Updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f746159..53482eb 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.12.3](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.12.3) - 2020-07-20 +- Fixed unreadable text in autocomplete multi-selects. #83 + ## [0.12.2](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.12.2) - 2020-04-07 - Fixed popup javascript error when related modal is inactive. #76 - Fixed js self invoking anonymous function expression.