CHANGELOG.md in ruby-exclaim-0.1.0 vs CHANGELOG.md in ruby-exclaim-0.1.1
- old
+ new
@@ -4,9 +4,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## Unreleased
+## 0.1.1 - 2024-11-18
+### Fixed
+- Fix various issues related to path segments that appear to be numbers.
+
## 0.1.0 - 2021-05-06
### Added
- Ability to disable all HTML escaping by setting the `should_escape_html` flag to `false` when instantiating
`Exclaim::Ui`, e.g. `Exclaim::Ui.new(implementation_map: my_implementation_map, should_escape_html: false)`