Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-06-28 06:53:42 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-06-28 06:53:42 +0300
commita7f114b1368fd11dba036f67b2ef66c2bf39f02a (patch)
tree1c9a98846be379fb8ade5a6527d87609e866f201 /CHANGELOG.md
parent604db40bbe8dfcef846360e459345313dfd4020b (diff)
Update CHANGELOG.md for 9.3.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fe49ad4579..f372cbf91e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.3.2 (2017-06-27)
+
+- API: Fix optional arugments for POST :id/variables. !12474
+- Bump premailer-rails gem to 1.9.7 and its dependencies to prevent network retrieval of assets.
+
## 9.3.1 (2017-06-26)
- Fix reversed breadcrumb order for nested groups. !12322