CHANGELOG.md in burgundy-0.3.0 vs CHANGELOG.md in burgundy-0.4.0

- old
+ new

@@ -1,4 +1,12 @@ +## [0.4.0] - 2019-12-10 + +- Add `Burgundy::Item#as_json(*)`, which returns `Burgundy::Item#attributes`. + +## [0.3.0] - 2018-12-26 + +- Stop using `Delegator` and use `method_missing` instead. + ## [0.2.0] - 2015-10-14 ### Added - `Burgundy::Collection` and `Burgundy::Item.wrap` now delegates additional arguments to `Burgundy::Item#initialize`.