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 +