From 589e806550d511e31a6609edb17f282ea8c957f9 Mon Sep 17 00:00:00 2001 From: Hari K T Date: Mon, 12 Jun 2023 10:12:55 +0530 Subject: [PATCH] Update changes --- CHANGES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ee63714..9d3c695 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,14 @@ +# 3.3.0 + +1. Add test coverage by @koriym in https://github.com/auraphp/Aura.Router/pull/191 +1. Change coverage driver from pcov to xdebug by @koriym in https://github.com/auraphp/Aura.Router/pull/192 +1. Update code coverage badge by @koriym in https://github.com/auraphp/Aura.Router/pull/193 +1. Enable PHP 8.2 compat by @koriym in https://github.com/auraphp/Aura.Router/pull/194 +1. FastRoute format by @willy68 in https://github.com/auraphp/Aura.Router/pull/196 + # 3.2.0 -1. Varioud documentation and doc block improvements by @muglug, @johnnypeck, Andreas Sundqvist, @afilina, @vitorbari, @bkdotcom, @daniel-mueller, @cxj, @koriym +1. Various documentation and doc block improvements by @muglug, @johnnypeck, Andreas Sundqvist, @afilina, @vitorbari, @bkdotcom, @daniel-mueller, @cxj, @koriym 1. CI improvements @jakejohns, @koriym, 1. 8.1 support @koriym, @fisharebest 1. Fixes #178 psr/log version 3 support @koriym