From 7a774c0752a430bff71955b29359e2b4f2862473 Mon Sep 17 00:00:00 2001 From: Maicon Strey Date: Fri, 12 Apr 2024 15:00:21 -0300 Subject: [PATCH] #413 Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4be9ff7..f3667219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [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). +## [Unreleased] + +### Fixed +- Changed parameter #2 of http_build_query to empty string on requestTokenExchange to support PHP8.x + ## [1.0.0] - 2023-12-13 ### Added