add changelog for the new strict function checking algorithm (#21129)

add changelog for the new strict function checking
This commit is contained in:
ringabout
2022-12-19 17:56:49 +08:00
committed by GitHub
parent 53eed2be45
commit 70c575095e

View File

@@ -135,6 +135,8 @@
- If no exception or any exception deriving from Exception but not Defect or CatchableError given in except, a `warnBareExcept` warning will be triggered.
- The experimental strictFuncs feature now disallows a store to the heap via a `ref` or `ptr` indirection.
## Standard library additions and changes
[//]: # "Changes:"