1
0
mirror of https://github.com/drewcassidy/KSP-DepthMask synced 2024-09-01 14:54:35 +00:00

Add changelog

This commit is contained in:
Andrew Cassidy 2022-01-03 15:18:23 -08:00
parent 61ace23609
commit 022a6e8fdd

35
CHANGELOG.md Normal file
View File

@ -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