File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 0.3.60
4
+
5
+ * Update pyparsing requirement from ~ =2.0 to >=2,<4 (@ecederstrand ) [ #296 ]
6
+ * Fixes for dict substitution (@USSX-Hares ) [ #292 ]
7
+ * Fix: Tests on Windows (@USSX-Hares ) [ #291 ]
8
+ * Fix broken overrides (@afanasev ) [ #287 ]
9
+
3
10
# Version 0.3.59
4
11
5
12
* Resolve namespace package (@yifeitao ) [ #264 ]
Original file line number Diff line number Diff line change @@ -387,7 +387,8 @@ assert config == d
387
387
- Boris Smidt ([ @borissmidt ] ( https://github.com/borissmidt ) )
388
388
- Scott Johnson ([ @scottj97 ] ( https://github.com/scottj97 ) )
389
389
- Yifei Tao ([ @yifeitao ] ( https://github.com/yifeitao ) )
390
- - Kevin Fong([ @KevinMFong ] ( https://github.com/KevinMFong ) )
390
+ - Kevin Fong ([ @KevinMFong ] ( https://github.com/KevinMFong ) )
391
+ - Erik Cederstrand [ @ecederstrand ] ( https://github.com/ecederstrand ) )
391
392
392
393
### Thanks
393
394
You can’t perform that action at this time.
0 commit comments