Fix some formatting in latest news article.

This commit is contained in:
Dominik Picheta
2016-06-07 02:49:56 +01:00
parent 4812d41376
commit a66dea4c75

View File

@@ -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