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