summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2017-05-12 20:25:20 -0300
committerFelipe Artur <felipefac@gmail.com>2017-05-12 20:25:20 -0300
commit6b1912bf568b7b3323c10ab2bbf82e04400f7698 (patch)
tree36e624c08914f5c416f68cc0cee60823ede0df0d /CHANGELOG.md
parentbbaad50b89a996fade0b0c1a888fb8db6b27b853 (diff)
downloadgitlab-ce-6b1912bf568b7b3323c10ab2bbf82e04400f7698.tar.gz
Update CHANGELOG.md for 9.1.4
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e625278a796..45b8345e93e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.1.4 (2017-05-12)
+
+- Fix error on CI/CD Settings page related to invalid pipeline trigger. !10948 (dosuken123)
+- Sort the network graph both by commit date and topographically. !11057
+- Fix cross referencing for private and internal projects. !11243
+- Handle incoming emails from aliases correctly.
+- Gracefully handle failures for incoming emails which do not match on the To header, and have no References header.
+- Add missing project attributes to Import/Export.
+- Fixed search terms not correctly highlighting.
+- Fixed bug where merge request JSON would be displayed.
+
## 9.1.3 (2017-05-05)
- Do not show private groups on subgroups page if user doesn't have access to.