From c83852f4e1a79bd371a435abaa6c00e5df6984e1 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 31 Jul 2018 11:20:49 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d68df678..0e5641ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.4.8 +## 07/31/2018 + +1. [](#improved) + * Add Grav version to debug bar messages tab [#2106](https://github.com/getgrav/grav/pull/2106) + * Add Nginx config for ddev project to `webserver-configs` [#2117](https://github.com/getgrav/grav/pull/2117) +1. [](#bugfix) + * Don't allow `null` to be set as Page content + # v1.4.7 ## 07/13/2018 @@ -6,8 +15,7 @@ 1. [](#bugfix) * Fix for modular page preview [#2066](https://github.com/getgrav/grav/issues/2066) * `Page::routeCanonical()` should be string not array [#2069](https://github.com/getgrav/grav/issues/2069) - * Don't allow `null` to be set as Page content - + # v1.4.6 ## 06/20/2018