summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-01-12 12:05:52 -0500
committerJosh Frye <joshfng@gmail.com>2016-07-11 21:11:32 -0400
commite47f39b9562768b20cb23f3a8f5cf714b11a2013 (patch)
tree1221c09a91fa546ae555c11bf18dc090afb062bc /CHANGELOG
parent3999b80e4ebbfad46b093b94ea5ca31c0c3705be (diff)
downloadgitlab-ce-e47f39b9562768b20cb23f3a8f5cf714b11a2013.tar.gz
Don't run parameterize on project.path. Fixes #6073fix-api-project-name-case
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2431ad6b05c..0362226be74 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -172,6 +172,11 @@ v 8.9.1
v 8.9.0
- Fix group visibility form layout in application settings
+v 9.0.0 (unreleased)
+ - Fix: Don't downcase project path when using the `name` attribute in api requests
+ - API: Require path to be set when creating projects, with name optional.
+
+v 8.9.0 (unreleased)
- Fix builds API response not including commit data
- Fix error when CI job variables key specified but not defined
- Fix pipeline status when there are no builds in pipeline