summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorFelix Krause <contact@flyx.org>2016-11-01 21:29:19 +0100
committerFelix Krause <contact@flyx.org>2016-11-01 21:29:19 +0100
commit5d438ab05b3e51ed729f8f5a698c9e1af19594a5 (patch)
tree369f421259e6fee8f1240b4b23fd445f0bd2a2ad /web
parent9d5de8021b3543ea4a01a294efb6a69329ffba75 (diff)
downloadNim-5d438ab05b3e51ed729f8f5a698c9e1af19594a5.tar.gz
info about TimeInfo.tzname in news
Diffstat (limited to 'web')
-rw-r--r--web/news/e029_version_0_16_0.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst
index 2f6c72c82..322254296 100644
--- a/web/news/e029_version_0_16_0.rst
+++ b/web/news/e029_version_0_16_0.rst
@@ -26,7 +26,9 @@ Changes affecting backwards compatibility
 
 - ``staticExec`` now uses the directory of the nim file that contains the
   ``staticExec`` call as the current working directory.
-
+- ``TimeInfo.tzname`` has been removed because it was broken. Because of this,
+  the option `"ZZZ"` will no longer work in format strings for formatting and
+  parsing.
 
 Library Additions
 -----------------