diff --git a/CHANGELOG.md b/CHANGELOG.md index 46160acc..a0c38a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,11 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ## Unreleased Nothing, yet. -## [3.0.0] - 2020-02-12 +## [3.0.1] - 2020-03-04 +### Fixed +- Fix bug on Mac where tileset images were corrupted when saving. + +## [3.0.0] - 2020-03-04 ### Breaking Changes - pokeemerald and pokeruby both underwent a naming consistency update with respect to "object events". As such, these naming changes break old versions of Porymap. - pokeemerald object event PR: https://github.com/pret/pokeemerald/pull/910 @@ -146,7 +150,8 @@ Nothing, yet. ## [1.0.0] - 2018-10-26 This was the initial release. -[Unreleased]: https://github.com/huderlem/porymap/compare/3.0.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/3.0.1...HEAD +[3.0.1]: https://github.com/huderlem/porymap/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/huderlem/porymap/compare/2.0.0...3.0.0 [2.0.0]: https://github.com/huderlem/porymap/compare/1.2.2...2.0.0 [1.2.2]: https://github.com/huderlem/porymap/compare/1.2.1...1.2.2