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:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-20 20:46:55 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-20 20:46:55 +0300
commitd7ab476647f58f129759daaff24561ed5d6571aa (patch)
treecc0e8cc7e9466ef71ec355073834f223da436460 /CHANGELOG.md
parent25285d90a858fb0aeaebbfd52acc7d2925b1e1ba (diff)
Update CHANGELOG.md for 9.3.9
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de3b4b0d3e7..1a6e26200b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.3.9 (2017-07-20)
+
+- Fix an infinite loop when handling user-supplied regular expressions.
+
## 9.3.8 (2017-07-19)
- Improve support for external issue references. !12485