Add changelog entry

This commit is contained in:
Zsolt Dollenstein 2018-04-17 20:46:40 +01:00
parent 661908cd02
commit 68cc9786d3

View File

@ -496,6 +496,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
* generalized star expression handling, including double stars; this * generalized star expression handling, including double stars; this
fixes multiplication making expressions "unsafe" for trailing commas (#132) fixes multiplication making expressions "unsafe" for trailing commas (#132)
* fix parsing of complex expressions after star and double stars in
function parameters (#2)
### 18.4a2 ### 18.4a2
* fixed parsing of unaligned standalone comments (#99, #112) * fixed parsing of unaligned standalone comments (#99, #112)