Skip to content

Commit

Permalink
CHANGELOG: version 0.2.1 changes and some fixes in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad50 committed Sep 9, 2020
1 parent 3972696 commit c8b33be
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2020-09-09
### Fixed
- Windows GUI crash bug. ([0626860])
- Labels in Save/Load state menus not updating when running a new game. ([853705a])
- Backend exit (UI still present), in the case of loading a new game that has an unsupported mapper. ([3972696])
- `CHANGELOG` compare releases links.

## [0.2.0] - 2020-09-09
### Added
- Cartridge with [INES2.0] header format support.
Expand Down Expand Up @@ -71,15 +78,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- This is the first release and has **SO** many rewrites and bug fixes.

[Unreleased]: https://github.com/Amjad50/plastic/compare/v0.1.0...HEAD
[0.2.0]: https://github.com/Amjad50/plastic/compare/v0.2.0...v0.1.0
[Unreleased]: https://github.com/Amjad50/plastic/compare/v0.2.0...HEAD
[0.2.1]: https://github.com/Amjad50/plastic/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Amjad50/plastic/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/Amjad50/plastic/releases/tag/v0.1.0

[69c70be]: https://github.com/Amjad50/plastic/commit/69c70be
[e42f3ee]: https://github.com/Amjad50/plastic/commit/e42f3ee
[8b2ba0e]: https://github.com/Amjad50/plastic/commit/8b2ba0e
[d29c27d]: https://github.com/Amjad50/plastic/commit/d29c27d
[1ac20ac]: https://github.com/Amjad50/plastic/commit/1ac20ac
[0626860]: https://github.com/Amjad50/plastic/commit/0626860
[853705a]: https://github.com/Amjad50/plastic/commit/853705a
[3972696]: https://github.com/Amjad50/plastic/commit/3972696

[Emulator tests]: http://wiki.nesdev.com/w/index.php/Emulator_tests

Expand Down

0 comments on commit c8b33be

Please sign in to comment.