File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 0.3.44
4+
5+ * Escape backslash (@roee-allegro ) [ #173 ]
6+ * Fixed incorrect config merge (@aalba6675 ) [ #170 ]
7+
38# Version 0.3.43
49* Support slash character / in keys (@richard534 ) [ #166 ]
510
Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ Java properties mapping | :x:
351351 - chunyang-wen [ @chunyang-wen ] ( https://github.com/chunyang-wen )
352352 - afanasev [ @afanasev ] ( https://github.com/afanasev )
353353 - derkcrezee [ @derkcrezee ] ( https://github.com/derkcrezee )
354+ - roee-allegro [ @roee-allegro ] ( https://github.com/roee-allegro )
354355
355356### Thanks
356357
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def run_tests(self):
2525
2626setup (
2727 name = 'pyhocon' ,
28- version = '0.3.43 ' ,
28+ version = '0.3.44 ' ,
2929 description = 'HOCON parser for Python' ,
3030 long_description = 'pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
3131 'content into json, yaml and properties format.' ,
You can’t perform that action at this time.
0 commit comments