Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 578 Bytes

changelog.md

File metadata and controls

22 lines (10 loc) · 578 Bytes

v2.x.x - yyyy-mm-dd

Changes affecting backward compatibility

  • -d:nimPreviewFloatRoundtrip becomes the default. system.addFloat and system.$ now can produce string representations of floating point numbers that are minimal in size and possess round-trip and correct rounding guarantees (via the Dragonbox algorithm). Use -d:nimLegacySprintf to emulate old behaviors.

Standard library additions and changes

Language changes

Compiler changes

Tool changes