Skip to content

Commit

Permalink
Prepare 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Feb 21, 2020
1 parent ba0cc3c commit 4a1cd57
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
Nothing yet.

## [0.4.1] - 2020-02-21
### Added
- Implement basic support for embeddables (#86)
- Option for custom datetime format for creating object (#127)

### Fixed
- Fixed issue with unitialized datatable (#40)
- Fixed some autowiring issues surrounding contracts (#122)

## [0.4.0] - 2019-12-23
### Changed
- Make compatible with Doctrine Bundle 2.0
Expand Down Expand Up @@ -98,7 +107,8 @@ Nothing yet.
### Added
- Basic functionality

[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.4.0...master
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.4.1...master
[0.4.1]: https://github.com/omines/datatables-bundle/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/omines/datatables-bundle/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/omines/datatables-bundle/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/omines/datatables-bundle/compare/0.2.2...0.3.0
Expand Down

0 comments on commit 4a1cd57

Please sign in to comment.