Skip to content

Commit 901d040

Browse files
committed
prepare beta release
1 parent 226219c commit 901d040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Changelog
44
2.0.0 (unreleased)
55
------------------
66

7-
* Added static typing wherever possible. This should not change anything, but the added strictness
7+
* Added static typing wherever possible. This should not change anything, but the added strictness.
88
might trigger errors where it was more tolerant for incorrect types before.
99
* Renamed cli-config.php.dist to cli-config.dist.php and cleaned up to be better documented.
1010
* [BC Break]: CachedClient now expects a PSR-16 cache rather than the abandoned doctrine/cache.
1111
When instantiating the client, you need to provide at least the cache instance for metadata, as CachedClient does not know which implementation to pick.
12+
* Support for new Symfony versions.
1213
* 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.
1314
* Drop support for PHP 7.
1415
* Fixed: While it is allowed to call `Repository::login` with `null` credentials, there used to be an error. It now correctly works.

0 commit comments

Comments
 (0)