diff --git a/CHANGES.md b/CHANGES.md index 13482fb..acb1f91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # KSP-Recall :: Changes +* 2023-0225: 0.3.0.11 (LisiasT) for KSP >= 1.4.1 + + Rework `Refunding` to use `decimal` when handling currency to minimize losses due inaccuracies related to float point math. + - Kudos to [GoAhead](https://forum.kerbalspaceprogram.com/index.php?/profile/179049-goahead/) for the heads up! + + Closes issue: + - [#60](https://github.com/net-lisias-ksp/KSP-Recall/issues/60) Weird Misbehaviour on Interstellar Technologies * 2023-0201: 0.3.0.10 (LisiasT) for KSP >= 1.4.1 + Shoves back `Resourceful` and `AttachedFromEditor` into B9PS's SAS after some carnage in the field * 2023-0128: 0.3.0.9 (LisiasT) for KSP >= 1.4.1 diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 6b8d1fb..bb5d612 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,5 +1,10 @@ # KSP-Recall :: Change Log +* 2023-0225: 0.3.0.11 (LisiasT) for KSP >= 1.4.1 + + Rework `Refunding` to use `decimal` when handling currency to minimize losses due inaccuracies related to float point math. + - Kudos to [GoAhead](https://forum.kerbalspaceprogram.com/index.php?/profile/179049-goahead/) for the heads up! + + Closes issue: + - [#60](https://github.com/net-lisias-ksp/KSP-Recall/issues/60) Weird Misbehaviour on Interstellar Technologies * 2023-0201: 0.3.0.10 (LisiasT) for KSP >= 1.4.1 + Shoves back `Resourceful` and `AttachedFromEditor` into B9PS's SAS after some carnage in the field * 2023-0128: 0.3.0.9 (LisiasT) for KSP >= 1.4.1 diff --git a/KSP_Recall.version b/KSP_Recall.version index 4134891..70953a2 100644 --- a/KSP_Recall.version +++ b/KSP_Recall.version @@ -8,7 +8,7 @@ "MAJOR":0, "MINOR":3, "PATCH":0, - "BUILD":10 + "BUILD":11 }, "KSP_VERSION_MIN":{ "MAJOR":1,