diff options
-rw-r--r-- | web/news/2016_06_07_version_0_14_0_released.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/news/2016_06_07_version_0_14_0_released.rst b/web/news/2016_06_07_version_0_14_0_released.rst index a82f3ed61..32bf4d137 100644 --- a/web/news/2016_06_07_version_0_14_0_released.rst +++ b/web/news/2016_06_07_version_0_14_0_released.rst @@ -28,10 +28,10 @@ are now included in the release tarballs. This should fix many of the problems that users experienced trying to compile the Nimble package manager. Finally, you will find multiple changes in the standard library. Some of which -unfortunately affects backwards compatibility. This includes the `random` -procedures being moved to a new `random` module, HTTP headers being stored -in a new `HttpHeaders` object and the `round` procedure in the `math` module -being changed to return a `float` instead of an `int`. You can find a full +unfortunately affects backwards compatibility. This includes the ``random`` +procedures being moved to a new ``random`` module, HTTP headers being stored +in a new ``HttpHeaders`` object and the ``round`` procedure in the ``math`` module +being changed to return a ``float`` instead of an ``int``. You can find a full list of such changes below. Together with the new release of Nim, we are also releasing a new version of |