From 2f281bbbb1915d563d96ca20eebf0ea9210a0707 Mon Sep 17 00:00:00 2001 From: DjLeChuck Date: Sun, 23 Apr 2017 13:05:59 +0200 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8b0bd4e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log +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/). + +## [Unreleased] + +## [2.0.1] - 2017-04-23 +### Added +- Argentina (AR) translation +- Catalan (CA) translation +- Polish (PL) translation +- Portugese (PT) translation +- Russian (RU) translation +- Simplified Chinese (CN) translation +- Traditional Chinese (ZH) translation +- Ukranian (UK) translation + +### Changed +- Update existing languages files + +### Fixed +- Exit compile script on errors +- Add shim for Object.entries +- Fixed Travis config file + +## [2.0.0] - 2017-03-19 +### Added +- First "production ready" release of the manager. Included by default with +recalbox 4.1. + +[Unreleased]: https://github.com/DjLeChuck/recalbox-manager/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/DjLeChuck/recalbox-manager/compare/v2.0.0...v2.0.1