From 0b5d66a7f84c5309e7d2cab4fb3a2cb3f3850cff Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 2 Mar 2017 18:51:43 +0000 Subject: [PATCH] Add recent changes to the changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 547da3d7..0116b079 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## Version {next} + - convert env() calls to config() calls for cacheing + - refactor routes and give important one names + - Add Dusk tests + - Add a deploy script + - Add a .editorconfig file + - Bump to PHP 7.1 to start using nullable return types and strict types + ## Version 0.2.5 (2017-02-15) - Small fix for homepage bio, removed confusing un-needed view that caused fix to be necessary