Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Dec 27, 2019
1 parent b85915f commit 2a9b09b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [3.3.0] - 2019-12-27

### Changed

- Added types for `Money` to be understood as pure/immutable downstream (#576)

### Fixed

- JSON serialization (#551)
- Several documentation fixes
- Minor fixes


## [3.2.1] - 2019-02-07

### Changed
Expand Down Expand Up @@ -318,7 +331,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- 2012-12-10 Renamed Money::getUnits() to Money::getAmount()


[Unreleased]: https://github.com/moneyphp/money/compare/v3.2.0...HEAD
[Unreleased]: https://github.com/moneyphp/money/compare/v3.3.0...HEAD
[3.3.0]: https://github.com/moneyphp/money/compare/v3.2.1...v3.3.0
[3.2.1]: https://github.com/moneyphp/money/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/moneyphp/money/compare/v3.1.3...v3.2.0
[3.1.3]: https://github.com/moneyphp/money/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/moneyphp/money/compare/v3.1.1...v3.1.2
Expand Down

0 comments on commit 2a9b09b

Please sign in to comment.