From 26b33a66afc99222c5232dd7903305e61084c0f8 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 13 May 2024 22:08:12 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4bedb3a..28dba190e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Basic authorization is now case insensitive (PR #1403) +### Changed +- Request parameters are now parsed into strings to use internally in the library (PR #1402) + ## [9.0.0-RC1] - released 2024-03-27 ### Added - Device Authorization Grant added (PR #1074)