Skip to content

Latest commit

 

History

History
25 lines (8 loc) · 340 Bytes

changelog.md

File metadata and controls

25 lines (8 loc) · 340 Bytes

v1.8.x - yyyy-mm-dd

Changes affecting backward compatibility

Standard library additions and changes

Language changes

Compiler changes

  • nim can now compile version 1.4.0 as follows: nim c --lib:lib --stylecheck:off compiler/nim, without requiring -d:nimVersion140 which is now a noop.

Tool changes