diff options
Diffstat (limited to 'changelogs/changelog_2_0_0.md')
-rw-r--r-- | changelogs/changelog_2_0_0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index bb0a9bf4d..17f0fcfc4 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -131,7 +131,7 @@ `foo` had type `proc ()` were assumed by the compiler to mean `foo(a, b, proc () = ...)`. This behavior is now deprecated. Use `foo(a, b) do (): ...` or `foo(a, b, proc () = ...)` instead. -- If no exception or any exception deriving from Exception but not Defect or CatchableError given in except, a `warnBareExcept` warning will be triggered. +- When `--warning[BareExcept]:on` is enabled, 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. |