summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-11-30 11:08:57 -0800
committerMichael Kozono <mkozono@gmail.com>2017-11-30 11:08:57 -0800
commit8f76ce3e490774d6e66d832c1d73be664a6c7505 (patch)
treed6d5b2173071015ad49a04c719e1f42c90016110 /CHANGELOG.md
parentfee2a54389c223348fa1b42655edc8f7c6f5aa01 (diff)
downloadgitlab-ce-8f76ce3e490774d6e66d832c1d73be664a6c7505.tar.gz
Update CHANGELOG.md for 10.2.3
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92dd4d7610f..6088a1b3515 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 10.2.3 (2017-11-30)
+
+### Fixed (7 changes)
+
+- Fix hashed storage for Import/Export uploads. !15482
+- Ensure that rake gitlab:cleanup:repos task does not mess with hashed repositories. !15520
+- Ensure that rake gitlab:cleanup:dirs task does not mess with hashed repositories. !15600
+- Fix WIP system note not being created.
+- Fix link text from group context.
+- Fix defaults for MR states and merge statuses.
+- Fix pulling and pushing using a personal access token with the sudo scope.
+
+### Performance (3 changes)
+
+- Drastically improve project search performance by no longer searching namespace name.
+- Reuse authors when rendering event Atom feeds.
+- Optimise StuckCiJobsWorker using cheap SQL query outside, and expensive inside.
+
+
## 10.2.2 (2017-11-23)
### Fixed (5 changes)