From f7f8d8a895097e9bc17191761d756b502c1482ab Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Fri, 7 Feb 2020 00:50:57 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c05c3d..005d416a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is inspired by [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.3.1] - 2020-02-07 + +### Changes +* Fixed a deprecation warning with Symfony 4.3+ +* Adjusted PHPStan rules +* Updated CHANGELOG.md + + ## [3.3.0] - 2020-02-06 ### What's new * Add a configuration option for enabling/disabling audit viewer (thanks to @p365labs)