Skip to content

Commit

Permalink
prepare beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 21, 2023
1 parent 226219c commit 901d040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Changelog
2.0.0 (unreleased)
------------------

* Added static typing wherever possible. This should not change anything, but the added strictness
* Added static typing wherever possible. This should not change anything, but the added strictness.
might trigger errors where it was more tolerant for incorrect types before.
* Renamed cli-config.php.dist to cli-config.dist.php and cleaned up to be better documented.
* [BC Break]: CachedClient now expects a PSR-16 cache rather than the abandoned doctrine/cache.
When instantiating the client, you need to provide at least the cache instance for metadata, as CachedClient does not know which implementation to pick.
* Support for new Symfony versions.
* If you are on PHP 8.0 and install Jackalope with `symfony/cache`, you need to restrict `psr/simple-cache` to `^1.0 || ^2.0` in your application because Symfony 5 does not declare a conflict with it, but fails at runtime.
* Drop support for PHP 7.
* Fixed: While it is allowed to call `Repository::login` with `null` credentials, there used to be an error. It now correctly works.
Expand Down

0 comments on commit 901d040

Please sign in to comment.