From 4f8835c30e9ed4c5dd8078b8d0d2b932b2493bf8 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 18 May 2016 18:41:35 +1200 Subject: [PATCH] Add changelog for 3.0.2 --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c1835ee..b775f3d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.2] + +* fix(ContentReviewNotificationJob): Changed to use ->config() system so that the next_run_hour can be configured in YAML. +* BUG Prevent non-real draft changes forcing record to appear as changed when saved + ## [3.0.1] - Update documentation and configuration to supported module standard @@ -27,4 +32,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.0.0] -Changelog added. \ No newline at end of file +Changelog added.