From 7061a6e7c63b39510383b676d2024a9bc1333a58 Mon Sep 17 00:00:00 2001 From: Tomasz Kowalewski Date: Wed, 21 Feb 2024 14:23:59 +0100 Subject: [PATCH] OXDEV-7726 Update changelog --- CHANGELOG-v9.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG-v9.md diff --git a/CHANGELOG-v9.md b/CHANGELOG-v9.md new file mode 100644 index 00000000..cbaf9922 --- /dev/null +++ b/CHANGELOG-v9.md @@ -0,0 +1,24 @@ +# Changelog +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). + +## [9.0.0] - unreleased + +### Changed +- Extract `sendUnauthenticatedErrorResponse` from `Component\Widget\GraphQL::sendErrorResponse` +- Change `Exception\ErrorCategories` class with interface +- Upgrade Codeception and PHPUnit versions +- Logo + +### Added +- Missing type signatures in + - `Infrastructure\Legacy` class + - `Service\Authorization::isAllowed` method + - `Service\Token::getTokenClaim` method + +### Fixed +- Issues reported by PHP MD + +[9.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v8.0.1...b-7.1.x