Skip to content

Commit

Permalink
Merge pull request #1125 from biozz/keep-a-changelog
Browse files Browse the repository at this point in the history
Keep a changelog
  • Loading branch information
k4nar authored Apr 10, 2020
2 parents aa1bca9 + 9f40518 commit ec8e079
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog history
=================

unreleased
----------

- Fix mem_info readings to be more reliable - #1128
- Drop support for Python 2.7 & 3.4 - #1126
- Speedup reloadconfig for large number of sockets - #1121
- Do not allow adding watchers with the same lowercase names - #1117
- Do not delete pid file during restart - #1116
- Fix graceful_timeout watcher config option type - #1115

0.16.1 2019-12-27
-----------------
Fix packaging issue.
Expand Down
3 changes: 3 additions & 0 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ testsuite under the different supported python versions.
Please use : http://issue2pr.herokuapp.com/ to reference a commit to an
existing circus issue, if any.

Please also add a changelog entry in the 'unreleased' section with a short
description of the change and a reference to the issue (if any).

Avoiding merge commits
======================

Expand Down

0 comments on commit ec8e079

Please sign in to comment.