From 3e87a27ed4185d9f976a197f90bde838c46cde3e Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 4 Feb 2016 17:56:03 +1300 Subject: [PATCH] Updated changelog for 2.1.1 release --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 3fd8454..c920ead 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.1] + +* Fixed issue [#213](https://github.com/silverstripe/silverstripe-translatable/issues/213) causing crash when accessing a translation with a checkbox +* Consistently use uppercase "Locale" GET param +* Set current locale on POST requests (fixes [#156](https://github.com/silverstripe/silverstripe-translatable/issues/156)) +* DOCS Added user guide +* Update translations + ## [2.1.0] * Changelog added