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:
authorRobert Speicher <rspeicher@gmail.com>2016-11-03 17:57:14 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-11-03 17:57:14 +0300
commitc9578688c01be520862b3aedcf05e7233d3ac555 (patch)
treedaa3a6fd447365bf675915ae5bfe75d736778f89 /CHANGELOG.md
parent2f3e71015096deb238bb4a1d58346dfc2f8a23d6 (diff)
Add changelog instructions to CHANGELOG.md
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82ede293a72..e01023df5d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
-Please view this file on the master branch, on stable branches it's out of date.
+**Note:** This file is automatically generated. Please see the [developer
+documentation](doc/development/changelog.md) for instructions on adding your own
+entry.
## 8.14.0 (2016-11-22)
+
- Fix Milestone dropdown not stay selected for `Upcoming` and `No Milestone` option !7117
- Backups do not fail anymore when using tar on annex and custom_hooks only. !5814
- Adds user project membership expired event to clarify why user was removed (Callum Dryden)