From 4041575d52830d3c19b239bdda1eba27b8f78c59 Mon Sep 17 00:00:00 2001 From: Miguel Marcos Date: Fri, 21 Dec 2018 08:26:19 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2312e9..27c1a3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Always reference the ticket number at the end of the issue description. -## pending: -### Added +## 1.3.5 (2018-12-21) + +### Fixed + +- Confirmation dialog title shows object name instead of object representation [#324][324] + +### Changed + +- Added wrapper classes to the different blocks in the templates, this improves + javascript manipulation of pages [#322][322] +- Added ability to select custom class on action links -- added wrappers with proper classes to blocks in base.html +[324]: //github.com/sanoma/django-arctic/issues/324 +[322]: //github.com/sanoma/django-arctic/issues/322 ## 1.3.4 (2018-11-06)