CHANGELOG.md in ruby-exclaim-0.0.0 vs CHANGELOG.md in ruby-exclaim-0.1.0
- old
+ new
@@ -4,9 +4,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## Unreleased
+## 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)`
+
## 0.0.0 - 2021-02-12
### Added
- Initial version
- When ready for release, bump `version.rb` to allow the release automation described in the README
to detect the change. Note: this requires at least 1 commit to the default branch with this