diff options
author | Felix Krause <contact@flyx.org> | 2016-11-01 21:31:14 +0100 |
---|---|---|
committer | Felix Krause <contact@flyx.org> | 2016-11-01 21:31:14 +0100 |
commit | 88f152e7dde6d2f389e918888ed2ec5d5a585972 (patch) | |
tree | e4a11dc83997ae25f5f8c803d106afad3cb5573c /web | |
parent | 5d438ab05b3e51ed729f8f5a698c9e1af19594a5 (diff) | |
download | Nim-88f152e7dde6d2f389e918888ed2ec5d5a585972.tar.gz |
Improved news formatting
Diffstat (limited to 'web')
-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 ----------------- |