CHANGELOG.md in attr_json-2.2.0 vs CHANGELOG.md in attr_json-2.3.0

- old
+ new

@@ -2,11 +2,11 @@ Notable changes to this project will be documented in this file. 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](https://github.com/jrochkind/attr_json/compare/v2.2.0...HEAD) +## [Unreleased](https://github.com/jrochkind/attr_json/compare/v2.3.0...HEAD) ### Fixed * @@ -19,9 +19,26 @@ * * * + +### Changed + +* + +* + +* + +## [2.3.0]((https://github.com/jrochkind/attr_json/compare/v2.2.0...v2.3.0)) + + +### Changed + +* Avoid private ActiveRecord API when lazily registering container attributes. (Compat with Rails post 7.1) https://github.com/jrochkind/attr_json/pull/214 + +* Freeze more strings to reduce String allocations https://github.com/jrochkind/attr_json/pull/216 ## [2.2.0](https://github.com/jrochkind/attr_json/compare/v2.1.0...v2.2.0) ### Added