diff --git a/CHANGES.md b/CHANGES.md index bb721e9..a91ee43 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,11 @@ # KSP-Recall :: Changes +* 2022-0228: 0.2.2.2 (LisiasT) for KSP >= 1.4.1 + + Reworks: + - [#35](https://github.com/net-lisias-ksp/KSP-Recall/issues/35) AttachedOnEditor is not working for SubAssemblies. * 2022-0219: 0.2.2.1 (LisiasT) for KSP >= 1.4.1 + Formally closes issues: - - [#35](https://github.com/net-lisias-ksp/KSP-Recall/issues/34) AttachedOnEditor is not working for SubAssemblies. + - [#35](https://github.com/net-lisias-ksp/KSP-Recall/issues/35) AttachedOnEditor is not working for SubAssemblies. - [#34](https://github.com/net-lisias-ksp/KSP-Recall/issues/34) **NEW** Misbehaviour on KSP introduced by AttachedOnEditor * 2022-0214: 0.2.2.0 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE + Implements another missing use case, handled on #34 diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index fcd1a66..8d4035b 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,8 +1,11 @@ # KSP-Recall :: Change Log +* 2022-0228: 0.2.2.2 (LisiasT) for KSP >= 1.4.1 + + Reworks: + - [#35](https://github.com/net-lisias-ksp/KSP-Recall/issues/35) AttachedOnEditor is not working for SubAssemblies. * 2022-0219: 0.2.2.1 (LisiasT) for KSP >= 1.4.1 + Formally closes issues: - - [#35](https://github.com/net-lisias-ksp/KSP-Recall/issues/34) AttachedOnEditor is not working for SubAssemblies. + - [#35](https://github.com/net-lisias-ksp/KSP-Recall/issues/35) AttachedOnEditor is not working for SubAssemblies. - [#34](https://github.com/net-lisias-ksp/KSP-Recall/issues/34) **NEW** Misbehaviour on KSP introduced by AttachedOnEditor * 2022-0214: 0.2.2.0 (LisiasT) for KSP >= 1.4.1 PRE-RELEASE + Implements another missing use case, handled on #34 diff --git a/KSP_Recall.version b/KSP_Recall.version index 1dd2978..05ca0aa 100644 --- a/KSP_Recall.version +++ b/KSP_Recall.version @@ -8,7 +8,7 @@ "MAJOR":0, "MINOR":2, "PATCH":2, - "BUILD":1 + "BUILD":2 }, "KSP_VERSION_MIN":{ "MAJOR":1,