Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Jul 20, 2020
1 parent d02801d commit 4387bfa
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [3.0.0] - 2020-07-20
### Fixed
- Fixed DateTime & DateTimeImmutable serialization in PHP 7.4+. Thanks @przemyslaw-bogusz
- Testing for PHP 7.3 and 7.4
### Changed
- Minimum PHP version supported is now 7.0
- Updated PHPUnit version to 6.x
### Removed
- Deprecated namespace `Zumba\Util`

## [2.2.0] - 2018-02-07
### Added
- Allowing to change the undeclared property unserialization mode

## [2.1.0] - 2016-05-22
### Changed
- Throwing exception if cannot encode JSON when serializing
- Throwing exception if cannot decode JSON when unserializing
Expand Down

0 comments on commit 4387bfa

Please sign in to comment.