CHANGELOG.md in lite-ruby-1.1.9 vs CHANGELOG.md in lite-ruby-1.1.10
- old
+ new
@@ -4,9 +4,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [1.1.10] - 2021-06-21
+### Changed
+- Struct `[]` to be accessible via `attributes`
+### Removed
+- OpenStruct `[]` and `[]=` existing methods
+
## [1.1.9] - 2021-05-26
### Added
- Added Array => `match`
- Added Array => `strip` to `compact_blank` alias
- Added Enumerable => `pick`