mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
572 B
572 B
v0.18.0 - dd/mm/yyyy
Changes affecting backwards compatibility
- Removed basic2d/basic3d out of the stdlib and into Nimble packages.
These packages deprecated however, use the
glm,arraymancer,neoor another package. - Arrays of char cannot be converted to
cstringanymore, pointers to arrays of char can! This means$for arrays can finally exist insystem.nimand do the right thing. - JSON: Deprecated
getBVal,getFNum, andgetNumin favour togetBool,getFloat,getBiggestInt. AlsogetIntprocedure was added.