Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DjLeChuck committed Apr 23, 2017
1 parent a1e6db9 commit 2f281bb
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2f281bb

Please sign in to comment.