From 707e0a2df3e1649476c0c765760ba1d1296e3dd5 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Mon, 13 Feb 2017 17:42:25 +0100 Subject: [PATCH] 3.1.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63bbd89..3f857f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.1](https://github.com/sonata-project/SonataNewsBundle/compare/3.1.0...3.1.1) - 2017-02-13 +### Changed +- the method `PostManager::findOneBySlug` will return null if the permalink couldn't be found + +### Fixed +- Fixed throwing doctrine exception on invalid permalink + ## [3.1.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.0.0...3.1.0) - 2017-01-17 ### Added - Added `Document\PostManager::findOneByPermalink` method