From a5a7a2f59789b5633c6df48773ff2638c1c71f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Tue, 16 Jun 2020 10:31:32 +0200 Subject: [PATCH] Dropping PHP < 7.2 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3f39aaa..11d728118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ - Jump to Symfony 3.4 [#3731](https://github.com/wallabag/wallabag/pull/3731) - Removed hardcoded database version [#3864](https://github.com/wallabag/wallabag/pull/3864) - Dropping PHP < 7.1 [#3758](https://github.com/wallabag/wallabag/pull/3758) +- Dropping PHP < 7.2 [#4441](https://github.com/wallabag/wallabag/pull/4441) - Force default_protocol to generate an url input [#3879](https://github.com/wallabag/wallabag/pull/3879) - Cascade delete on oauth2 table when deleting a user [#3956](https://github.com/wallabag/wallabag/pull/3956) - Preview picture: use the 1st pic retrieved if no og:image set [#3965](https://github.com/wallabag/wallabag/pull/3965)