From 9a7433eb94284d9625c4c57de0bd1d45a6e301f4 Mon Sep 17 00:00:00 2001 From: addwiki-ci Date: Tue, 15 Oct 2024 20:46:05 +0000 Subject: [PATCH] prep 3.1... --- RELEASENOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6f66796..d16ce0a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,8 +1,9 @@ # Release Notes -## Unreleased +## Version 3.1 (October 2024) - Installatble with PHP 8.1+ +- Update mediawiki/oauthclient to ^2.1 - Added `\Addwiki\Mediawiki\Api\Client\Auth\UserAndPassword::setAssertType()` to alter which assert= parameter is used in requests [#175](https://github.com/addwiki/addwiki/pull/175) - Fix being unable to set a logger other than Nulllogger in the Guzzle Client [#156](https://github.com/addwiki/addwiki/pull/156) - `\Addwiki\Mediawiki\Api\Client\Request\MethodTrait::setMethod()` now normalizes the method to uppercase [#166](https://github.com/addwiki/addwiki/pull/166)