mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
934 B
934 B
v1.1 - XXXX-XX-XX
Changes affecting backwards compatibility
Breaking changes in the standard library
Breaking changes in the compiler
Library additions
Library changes
-
Added
os.delEnvandnimscript.delEnv. (#11466) -
Enable Oid usage in hashtables. (#11472)
-
Added
unsafeColumnAtprocs, that return unsafe cstring from InstantRow. (#11647) -
Make public
Sha1DigestandSha1Statetypes andnewSha1State,updateandfinalizeprocedures fromsha1module. (#11694) -
Added the
std/monotimesmodule which implements monotonic timestamps.
Language additions
Language changes
Tool changes
- The Nim compiler now does not recompile the Nim project via
nim c -rif no dependent Nim file changed. This feature can be overridden by the--forceBuildcommand line option.
Compiler changes
- VM can now cast integer type arbitrarily. (#11459)