Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Dec 11, 2018
1 parent abf9113 commit a3ff865
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.1.0](https://github.com/sonata-project/SonataArticleBundle/compare/1.0.0...1.1.0) - 2018-12-11
### Added
- Added `Article::isValidated()` method

### Fixed
- Fixed `Article::getValidatedAt()` to be able to return null

### Changed
- In `AbstractArticle`, `getValidatedAt(): \DateTimeInterface` becomes
`getValidatedAt(): ?\DateTimeInterface`, this is technically a BC-break

0 comments on commit a3ff865

Please sign in to comment.