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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-27 18:48:14 +0300
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-27 18:48:14 +0300
commitfbb5a359fe1bb271a1068ba3c4ca68ca0234be4e (patch)
tree4b4e464362b287b7557bf0c722fd0b53e21d9826 /CHANGELOG
parentc1a5f4710a6f34be99910c251407c9dfb98cdc83 (diff)
parenta1c01bc19bb48e921566304305ef3cfba02e671b (diff)
Merge pull request #8754 from jirutka/fix-project_name_regex
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 97b8c182c42..01e77400d36 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,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.