summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-06-28 16:56:00 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-06-28 16:58:25 -0400
commit884ba10b450bef810418c64fa156baaad50f24ec (patch)
tree7e9b034063b999fc572bf114275232c005b580fd
parent27f904bee8bf57837f3895dc52fab35537472ac4 (diff)
downloadgitlab-ce-884ba10b450bef810418c64fa156baaad50f24ec.tar.gz
Update CHANGELOG for 8.9.3
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7036758ed60..e974d6f8dab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,16 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.9.3
+ - Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963
+ - Fix rendering of commit notes. !4953
+ - Resolve "Pin should show up at 1280px min". !4947
+ - Switched mobile button icons to ellipsis and angle. !4944
+ - Correctly returns todo ID after creating todo. !4941
+ - Better debugging for memory killer middleware. !4936
+ - Remove duplicate new page btn from edit wiki. !4904
+ - Use clock_gettime for all performance timestamps. !4899
+ - Use memorized tags array when searching tags by name. !4859
+
v 8.9.2
- Fix visibility of snippets when searching.
- Fix an information disclosure when requesting access to a group containing private projects.