summaryrefslogtreecommitdiff
path: root/releasenotes/notes/issue-380-68aaf6ee232209cc.yaml
blob: db760381445a5b024b6e5bd4073b8e436ac78010 (plain)
1
2
3
4
5
6
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).