aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/deprecated-features.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next/deprecated-features.md')
-rw-r--r--doc/manual/rl-next/deprecated-features.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manual/rl-next/deprecated-features.md b/doc/manual/rl-next/deprecated-features.md
new file mode 100644
index 000000000..d800ac248
--- /dev/null
+++ b/doc/manual/rl-next/deprecated-features.md
@@ -0,0 +1,12 @@
+---
+synopsis: Deprecated URL literals
+issues: [fj#437]
+cls: [1736, 1735, 1744]
+category: Breaking Changes
+credits: [piegames, horrors]
+---
+
+URL literals have long been obsolete and discouraged of use, and now they are officially deprecated.
+This means that all URLs must be properly put within quotes like all other strings.
+
+To ease migration, they can still be enabled with `--extra-deprecated-features url-literals` for now.