Document the removal of the `javascript*` template envets in headInclude.tpl
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 16 May 2022 09:51:08 +0000 (11:51 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 09:51:08 +0000 (11:51 +0200)
see WoltLab/WCF#4801

docs/migration/wsc55/deprecations_removals.md

index 332d8c4c4034cc3c41d39688b60a3dc1a86b7341..0812992be6cd2e81a2f5bf761a3ad4f044b9444b 100644 (file)
@@ -77,6 +77,10 @@ With version 5.6, we have deprecated certain components and removed several othe
 
 #### Template Events
 
+- `headInclude::javascriptLanguageImport` ([WoltLab/WCF#4801](https://github.com/WoltLab/WCF/pull/4801))
+- `headInclude::javascriptInclude` ([WoltLab/WCF#4801](https://github.com/WoltLab/WCF/pull/4801))
+- `headInclude::javascriptInit` ([WoltLab/WCF#4801](https://github.com/WoltLab/WCF/pull/4801))
+
 ### Miscellaneous
 
 - The use of a non-`1` `WCF_N` in WCFSetup. ([WoltLab/WCF#4791](https://github.com/WoltLab/WCF/pull/4791))