Skip to content

Commit 4a1cd57

Browse files
committed
Prepare 0.4.1
1 parent ba0cc3c commit 4a1cd57

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
Nothing yet.
77

8+
## [0.4.1] - 2020-02-21
9+
### Added
10+
- Implement basic support for embeddables (#86)
11+
- Option for custom datetime format for creating object (#127)
12+
13+
### Fixed
14+
- Fixed issue with unitialized datatable (#40)
15+
- Fixed some autowiring issues surrounding contracts (#122)
16+
817
## [0.4.0] - 2019-12-23
918
### Changed
1019
- Make compatible with Doctrine Bundle 2.0
@@ -98,7 +107,8 @@ Nothing yet.
98107
### Added
99108
- Basic functionality
100109

101-
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.4.0...master
110+
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.4.1...master
111+
[0.4.1]: https://github.com/omines/datatables-bundle/compare/0.4.0...0.4.1
102112
[0.4.0]: https://github.com/omines/datatables-bundle/compare/0.3.1...0.4.0
103113
[0.3.1]: https://github.com/omines/datatables-bundle/compare/0.3.0...0.3.1
104114
[0.3.0]: https://github.com/omines/datatables-bundle/compare/0.2.2...0.3.0

0 commit comments

Comments
 (0)