summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-07-22 09:37:41 +0200
committerGitHub <noreply@github.com>2021-07-22 09:37:41 +0200
commit58e27ebd4a16ca9f2ba24826d7162384d5321101 (patch)
tree657c952451fa3ec9ddddc9848f4d58c6b7119e04 /changelog.md
parentd5b5827bc2a3724290d3257b0f2fa70004c37c97 (diff)
downloadNim-58e27ebd4a16ca9f2ba24826d7162384d5321101.tar.gz
fixes #12815 (#18554)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index f2a9ca914..8e8b0a908 100644
--- a/changelog.md
+++ b/changelog.md
@@ -36,6 +36,9 @@
   This warning will become an error in future versions! Use an explicit conversion
   like `cstring(x)` in order to silence the warning.
 
+- There is a new warning for *any* type conversion to enum that can be enabled via
+  `.warning[AnyEnumConv]:on` or `--warning:AnyEnumConv:on`.
+
 - Type mismatch errors now show more context, use `-d:nimLegacyTypeMismatch` for previous
   behavior.