From 022a6e8fdd22ae8e6ab0a6249ff5fdbaed69c61b Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 3 Jan 2022 15:18:23 -0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..557bcb6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## 1.1.2 - 2021-01-15 [KSP 1.11] + +This version of DepthMask requires KSP 1.11. If you are using KSP 1.10 or older, use v1.1.1 + +### Fixed + +- Fixed depth mask not applying after a part is repaired + + +## 1.1.1 - 2019-09-01 [KSP 1.7] + +### Fixed + +- Removed Restock namespace from the ModuleDepthMask class + + +## 1.1.0 - 2019-06-14 [KSP 1.7] + +### Added + +- Add support for multiple objects sharing the same name +- Add support for multiple Depth Mask modules on the same part + +### Changed + +- Minor code cleanups + + +## 1.0.0 - 2019-06-10 [KSP 1.7] + +- Initial Release for KSP 1.7 and later \ No newline at end of file