CHANGELOG.md in burgundy-0.5.0 vs CHANGELOG.md in burgundy-0.6.0

- old
+ new

@@ -1,5 +1,9 @@ +## [0.6.0] - 2020-02-08 + +- Allow initializing `Burgundy::Item` without passing a delegating object. + ## [0.5.0] - 2019-12-10 - Add `Burgundy::Item#to_json(*)`. ## [0.4.0] - 2019-12-10 @@ -12,17 +16,19 @@ ## [0.2.0] - 2015-10-14 ### Added -- `Burgundy::Collection` and `Burgundy::Item.wrap` now delegates additional arguments to `Burgundy::Item#initialize`. +- `Burgundy::Collection` and `Burgundy::Item.wrap` now delegates additional + arguments to `Burgundy::Item#initialize`. ## [0.1.0] - 2015-02-20 ### Added -- Add `Burgundy::Item#attributes`. Now is possible to easily collect attributes as a hash. +- Add `Burgundy::Item#attributes`. Now is possible to easily collect attributes + as a hash. ### Changed - Required Ruby version is now 2.1+. @@ -44,10 +50,11 @@ - Add `Burgundy::Collection#empty?`. ### Changed -- `Burgundy::Collection#initialize` doesn't require a wrapping class anymore. This makes ActiveRecord collections easier to work. +- `Burgundy::Collection#initialize` doesn't require a wrapping class anymore. + This makes ActiveRecord collections easier to work. ## [0.0.1] - 2013-10-24 - Initial release.