From e3309cb1d3e43482ed43d3e9564b71303b642013 Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Mon, 2 Dec 2019 19:13:14 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114770cf..38d0df7d 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.2.0] - 2019-12-02 + +### Changes +* Symfony 5 support +* PHP 7.4 support +* Fixed audit not capturing some entity mutation coming from other Doctrine linteners/subscribers (fixes #122) + + ## [3.1.0] - 2019-11-21 ### Changes