diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 436d67cc82f23eaeac7ea9f24d805e3ce2080ad3..d7da6f1345c2bd57953be26a21d67098723e9e03 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,9 +1,8 @@ Libraries 8.x-3.x, xxxx-xx-xx ----------------------------- -#2557419 by jonhattan: Fix obsoleted cache bin declaration. -#2471501 by LKS90: Replace all occurrences of String with the SafeMarkup equivalent. -by tstoeckler: Fix drush libraries-list and drush cache-clear libraries. +#2471501 by LKS90: Replace all occurrences of String with the SafeMarkup equivalent +by tstoeckler: Fix drush libraries-list and drush cache-clear libraries #2427801 by Anushka-mp, tstoeckler: Replace module_invoke() call. by tstoeckler: Fix tests. #2390301 by rjacobs: Fix DrupalUnitTestBase no longer exists so tests can't load. diff --git a/libraries.services.yml b/libraries.services.yml index e983cb817954a4af8f4091ed0d7ebd253372f093..3326cda4ec74f2d5efa9bf5309b9339b734cc3dd 100644 --- a/libraries.services.yml +++ b/libraries.services.yml @@ -3,5 +3,6 @@ services: class: Drupal\Core\Cache\CacheBackendInterface tags: - { name: cache.bin } - factory: cache_factory:get + factory_method: get + factory_service: cache_factory arguments: [library]