diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2015-02-09 00:01:31 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2015-04-27 16:38:47 +0200 |
commit | a1c01bc19bb48e921566304305ef3cfba02e671b (patch) | |
tree | 2f103b8bcec585430988ba07af99af450611dffa /CHANGELOG | |
parent | bb8c1cadf39415d2f916d135e8bbfdce49842f2f (diff) | |
download | gitlab-ce-a1c01bc19bb48e921566304305ef3cfba02e671b.tar.gz |
Fix (project_)name_regex to accept non-ASCII letters and dash
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
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. |