diff --git a/CHANGES.rst b/CHANGES.rst index 80856eaf88..75a742e981 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,14 +10,16 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst 5.11.2 (unreleased) ------------------- - -5.11.1 (2024-11-03) -------------------- +- OFS/cachable: fix *Cache this object using* label in ZMI. - Include versions constraints for production and non-production dependencies in ``constraints.txt``. (`#1234 `_) + +5.11.1 (2024-11-03) +------------------- + - Update to newest compatible versions of dependencies. - Define ``request["PARENTS"]`` before request parameter processing diff --git a/src/OFS/dtml/cacheable.dtml b/src/OFS/dtml/cacheable.dtml index 7bf720d884..1b656e0565 100644 --- a/src/OFS/dtml/cacheable.dtml +++ b/src/OFS/dtml/cacheable.dtml @@ -5,10 +5,10 @@
-
+
- New Cache this object using + Cache this object using