diff --git a/CHANGELOG.md b/CHANGELOG.md index 488c8c3..6b4a969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +# 0.4 + +* `..` and `..<` gained spaces around them like all other infixes +* chains of dot-calls get aligned +* prefer putting things on a new line if this helps fit the whole expression +* add `.` to simple expressions +* fix several cases of over-indent +* render infix expressions with operator ending the line where possible + # 0.3 * Back to `,` as parameter separator - this helps compatibility with inline procs diff --git a/nph.nimble b/nph.nimble index 9e4f689..7876516 100644 --- a/nph.nimble +++ b/nph.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3" +version = "0.4" author = "Jacek Sieka" description = "Nim code formatter" license = "MIT"