From 1962d3614c7ee1795a9fb74e49e603646b34207d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 14 May 2022 14:07:16 +0300 Subject: [PATCH] Fill changelog for 3.0.12 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acfdcd..5fb09f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.12] - 2022-05-14 + +- Update jquery to 1.12.4 to avoid xss attacks, [#692] +- Fix null argument to preg_split, [#696], [#695] + +[3.0.12]: https://github.com/mrclay/minify/compare/3.0.11...3.0.12 +[#692]: https://github.com/mrclay/minify/pull/692 +[#696]: https://github.com/mrclay/minify/pull/696 +[#695]: https://github.com/mrclay/minify/issues/695 + ## [3.0.11] - 2021-03-11 - PHP 8.0 support, [#685], [#682], [#677]