CHANGELOG.md in bright_serializer-0.2.5 vs CHANGELOG.md in bright_serializer-0.3.0

- old
+ new

@@ -1,11 +1,16 @@ # Change log ## master (unreleased) -* Your contribution +## 0.3.0 (2022-05-26) +* Allow to evaluate entity values with a callable lambda. ([#88](https://github.com/petalmd/bright_serializer/pull/88)) +* Fix `FrozenError (can't modify frozen Array)` when parsing entity. ([#83](https://github.com/petalmd/bright_serializer/pull/83)) +* Added the support to use instance methods from a serializer class in the library ([#85](https://github.com/petalmd/bright_serializer/pull/85)) +* Use real coveralls_reborn gem + ## 0.2.5 (2021-03-08) * When serializing an Hash, check present of the key before trying string ([#57](https://github.com/petalmd/bright_serializer/pull/57)) ## 0.2.4 (2021-02-19) @@ -31,10 +36,10 @@ * Add RubyGems version badge * Handle inherit from a parent serializer * Define entity in serializer for grape_swagger ([#9](https://github.com/petalmd/bright_serializer/pull/9)) ## 0.1.1 (2020-07-13) - + * Add description in gemspec file * Add content in CHANGELOG.md ## 0.1.0 (2020-07-13)