CHANGELOG.md in prompt_manager-0.2.1 vs CHANGELOG.md in prompt_manager-0.3.0
- old
+ new
@@ -1,6 +1,10 @@
## [Unreleased]
+## [0.3.0] = 2023-11-28
+
+- **Breaking change** The value of the parameters Hash for a keyword is now an Array instead of a single value. The last value in the Array is always the most recent value used for the given keyword. This was done to support the use of a Readline::History object editing in the [aia](https://github.com/MadBomber/aia) CLI tool
+
## [0.2.0] - 2023-11-21
- **Breaking change to FileSystemAdapter config process**
- added list and path as extra methods in FileSystemAdapter