mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
774 B
774 B
v1.0.8 - xxxx-xx-xx
Changes affecting backwards compatibility
Breaking changes in the standard library
CountTable.mgethas been removed fromtables.nim. It didn't work, and it was an oversight to be included in v1.0.
Breaking changes in the compiler
Library additions
-
Fixed buffer overflow bugs in
net -
Added
sectionsiterator inparsecfg. -
Added
browsers.osOpenconst alias for the operating system specific "open" command.
Library changes
Language additions
- Fix a bug where calling
closeon io streams in osproc.startProcess was a noop and led to hangs if a process had both reads from stdin and writes (eg to stdout).