CHANGELOG.md in workarea-gift_cards-4.0.0.beta.1 vs CHANGELOG.md in workarea-gift_cards-4.0.0

- old
+ new

@@ -1,4 +1,24 @@ +Workarea Gift Cards 4.0.0 (2019-11-26) +-------------------------------------------------------------------------------- + +* Update README + + Curt Howard + + + +Workarea Gift Cards 3.4.7 (2019-09-04) +-------------------------------------------------------------------------------- + +* Always Use Configured Currency For Default Values (#1) + + When specifying a `default:` for a Mongoid `Money` field, use an Integer + type like `0` instead of converting it to a Money type, as this will get + evaluated at compile-time rather than at runtime. Doing so preserves + the currency configuration specified by the application at runtime. + + Workarea Gift Cards 3.4.6 (2019-08-21) -------------------------------------------------------------------------------- * Open Source!