Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2015-02-09 02:01:31 +0300
committerJakub Jirutka <jakub@jirutka.cz>2015-04-27 17:38:47 +0300
commita1c01bc19bb48e921566304305ef3cfba02e671b (patch)
tree2f103b8bcec585430988ba07af99af450611dffa /CHANGELOG
parentbb8c1cadf39415d2f916d135e8bbfdce49842f2f (diff)
Fix (project_)name_regex to accept non-ASCII letters and dash
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 38dcb7dd227..c18650e17b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,6 +26,7 @@ v 7.11.0 (unreleased)
- Prevent sending empty messages to HipChat (Chulki Lee)
- Improve UI for mobile phones on dashboard and project pages
- Add room notification and message color option for HipChat
+ - Allow to use non-ASCII letters and dashes in project and namespace name. (Jakub Jirutka)
v 7.10.0
- Ignore submodules that are defined in .gitmodules but are checked in as directories.