From b13a4d331cab7b1e294257e765dd077b408dd7a3 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 19 Jan 2021 12:10:05 -0700 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed59e7dd1..6ef9247e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 1. [](#new) * Requires **PHP 7.3.6** * Read about this release in the [Grav 1.7 Released](https://getgrav.org/blog/grav-1.7-released) blog post - * Read the full list of changes in the [Changelog on GitHub](https://github.com/getgrav/grav/blob/1.7.0/CHANGELOG.md) + * Read the full list of all changes in the [Changelog on GitHub](https://github.com/getgrav/grav/blob/1.7.0/CHANGELOG.md) * Please read [Grav 1.7 Upgrade Guide](https://learn.getgrav.org/17/advanced/grav-development/grav-17-upgrade-guide) before upgrading! * Added support for overriding configuration by using environment variables * Use PHP 7.4 serialization (the old `Serializable` methods are now final and cannot be overridden)