diff options
-rw-r--r-- | web/news/e029_version_0_16_0.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst index 322254296..94c9757a7 100644 --- a/web/news/e029_version_0_16_0.rst +++ b/web/news/e029_version_0_16_0.rst @@ -26,9 +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. +- ``TimeInfo.tzname`` has been removed from ``times`` module because it was + broken. Because of this, the option ``"ZZZ"`` will no longer work in format + strings for formatting and parsing. Library Additions ----------------- |