Skip to content

Commit bf7b4b2

Browse files
committed
Add changelog entry for 2c2cd35 (#1230)
1 parent 2c2cd35 commit bf7b4b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
4.0.2.dev0 (Next Release)
22
-------------------------
33

4+
- Fixed a bug where inline comments in the config file were not parsed
5+
correctly such that the comments were included as part of the values.
6+
This only occurred on Python 2, and only where the environment had an
7+
extra ``configparser`` module installed. The bug was introduced in
8+
Supervisor 4.0.0 because of Python 2/3 compatibility code that expected
9+
a Python 2 environment to only have a ``ConfigParser`` module.
410

511
4.0.1 (2019-04-10)
612
------------------

0 commit comments

Comments
 (0)