Update changelog.md

This commit is contained in:
Timothee Cour
2020-11-12 09:36:07 -08:00
committed by GitHub
parent 4663319bf5
commit 1413818aa1

View File

@@ -31,8 +31,8 @@
- Removed deprecated `iup` module from stdlib, it has already moved to
[nimble](https://github.com/nim-lang/iup).
- Removed deprecated `iup` module from stdlib, it has already moved to [nimble](https://github.com/nim-lang/iup).
- nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `existsEnv`
- `doAssertRaises` now correctly handles foreign exceptions.
## Language changes