From f0aa0aa7d7fa2215a9ebbbc6498304b6ce2598a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 19 Mar 2020 18:42:53 +0200 Subject: [PATCH] Add changelog for 3.0.8 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e74bb7..2ee05ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.8] - 2020-03-19 + +- Removed deprecated get_magic_quotes_gpc() function that since PHP 5.4.0 returns FALSE always, and since PHP 7.4 is deprecated, [#661] + +[3.0.8]: https://github.com/mrclay/minify/compare/3.0.7...3.0.8 +[#661]: https://github.com/mrclay/minify/pull/661 + ## [3.0.7] - 2019-12-10 - Allow mrclay/props-dic ^3.0, [#658]