From 401a8dff06411bf97a44ebc0fbe1bdbc60c812ce Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sun, 5 Apr 2020 19:34:14 +1000 Subject: [PATCH] add changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6d3dbdd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.0.1] - 2020-04-05 + +### Changed + +- Switched to using `technic.pretty_num` instead of `technic.EU_string` for compatibility. +- Small changes to README to improve readability. +- Node now drops empty powerbank instead of nothing if it gets dug (though this should never happen normally). + +### Fixed + +- Duplication bug with nodes that take the wielded itemstack on right-click (such as `xdecor` item frames). + +## 1.0.0 - 2019-12-14 + +- Initial versioned release. + +[Unreleased]: https://github.com/OgelGames/powerbanks/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/OgelGames/powerbanks/compare/v1.0.0...v1.0.1