projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[!!!][TASK] Remove deprecated `TYPO3.Utility` object
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Documentation
/
Changelog
/
master
/
Breaking-87193-DeprecatedFunctionalityRemoved.rst
diff --git
a/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
b/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
index
2c266e9
..
bc3a011
100644
(file)
--- a/
typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
+++ b/
typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst
@@
-1070,6
+1070,11
@@
The following JavaScript modules have been removed:
* `TYPO3/CMS/Backend/Storage` - Use either `TYPO3/CMS/Backend/Storage/Client` or `TYPO3/CMS/Backend/Storage/Persistent`
* `TYPO3/CMS/Backend/Storage` - Use either `TYPO3/CMS/Backend/Storage/Client` or `TYPO3/CMS/Backend/Storage/Persistent`
+The following global instances have been removed:
+
+* `TYPO3.Utility` - require `TYPO3/CMS/Backend/Utility` in your AMD module
+
+
Impact
======
Impact
======