summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 544e66a1a1c..cca1dc03c2b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,5 @@
v 7.4.0
- Refactored membership logic
- - Fix creating new files with web editor
- Improve error reporting on users API (Julien Bianchi)
- Refactor test coverage tools usage. Use SIMPLECOV=true to generate it locally
- Default branch is protected by default
@@ -12,6 +11,10 @@ v 7.4.0
- Prevent notes polling when there are not notes
- API: filter project issues by milestone (Julien Bianchi)
+v 7.3.2
+ - Fix creating new file via web editor
+ - Use gitlab-shell v2.0.1
+
v 7.3.1
- Fix ref parsing in Gitlab::GitAccess
- Fix error 500 when viewing diff on a file with changed permissions