summaryrefslogtreecommitdiff
path: root/releasenotes/notes/issue-380-68aaf6ee232209cc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/issue-380-68aaf6ee232209cc.yaml')
-rw-r--r--releasenotes/notes/issue-380-68aaf6ee232209cc.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-380-68aaf6ee232209cc.yaml b/releasenotes/notes/issue-380-68aaf6ee232209cc.yaml
new file mode 100644
index 0000000..db76038
--- /dev/null
+++ b/releasenotes/notes/issue-380-68aaf6ee232209cc.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Previously, it was possible to create a project with a ``linkname``
+ containing invalid URL characters. This would result in broken URLs. We
+ now validate this field and restrict characters to unicode slugs (unicode
+ letters, numbers, underscores and hyphens).