From 4278d32cae8193da112d473fe7d6e61b43914551 Mon Sep 17 00:00:00 2001 From: oscarotero Date: Tue, 12 Jun 2018 19:19:06 +0200 Subject: [PATCH] added a changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3ad3b8e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## 2.1.0 - 2018-06-12 + +### Added + +- Allow to include the plural function in the translations to prevent CSP errors [#4] + +[#4]: https://github.com/oscarotero/gettext-translator/issues/4 +