Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkreuter committed Jun 12, 2024
1 parent ea2bc38 commit 19254b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [3.1.0] - Unreleased
## [3.1.0-rc.1] - Unreleased

### Added
- `variantSelections` query for fetching multidimensional variants [PR-11](https://github.com/OXID-eSales/graphql-storefront-module/pull/11)
Expand Down Expand Up @@ -34,7 +34,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `OxidEsales\GraphQL\Storefront\Customer\Infrastructure\Repository::getCustomerByPasswordUpdateHash`
- `OxidEsales\GraphQL\Storefront\Customer\Service\Password::sendPasswordForgotEmail`
- `OxidEsales\GraphQL\Storefront\Customer\Service\Password::resetPasswordByUpdateHash`
- Alias for `OxidEsales\GraphQL\Storefront\Customer\Service\Customer` for DI compatibility

### Deprecated
- Aliases for Dependency Injection
- `OxidEsales\GraphQL\Storefront\Customer\Service\Customer`
- `OxidEsales\GraphQL\Storefront\Customer\Infrastructure\Repository`

### Changed
- Replace webmozart/path-util usage with symfony/filesystem
Expand Down

0 comments on commit 19254b3

Please sign in to comment.