update section regarding std/assertions in changelog (#19992)

Update changelog.md
This commit is contained in:
flywind
2022-07-09 17:28:14 +08:00
committed by GitHub
parent 7a29a782f8
commit e8ee2f9c2a

View File

@@ -22,7 +22,7 @@
- `addr` is now available for all addressable locations, `unsafeAddr` is deprecated and
becomes an alias for `addr`.
- io is about to move out of system; use `-d:nimPreviewSlimSystem` and import `std/syncio`.
- `io` and `assertions` are about to move out of system; use `-d:nimPreviewSlimSystem`, import `std/syncio` and import `std/assertions`.
- The `gc:v2` option is removed.