forked from lix-project/lix
428 B
428 B
synopsis | issues | cls | category | credits | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Deprecated URL literals |
|
|
Breaking Changes |
|
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.