summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-11-07 22:14:55 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-11-07 22:14:55 +0100
commitd4cdd92bc90c20250b312fb11b8cb014a6204ce5 (patch)
treea5d3a160467052d800dc43bee9806a6807bc0d7d /changelog.md
parent157d48bc3208720af98ac5ed60a08494ddc5e328 (diff)
parentf221c192b3779a50b51d7ba22431e0d06ab0edc1 (diff)
downloadNim-d4cdd92bc90c20250b312fb11b8cb014a6204ce5.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 97ce82cd6..77e5a29b5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -16,6 +16,7 @@
   module.
 - The overloading rules changed slightly so that constrained generics are
   preferred over unconstrained generics. (Bug #6526)
+- Removed libuv out of the stdlib and into Nimble packages.
 - It is now possible to forward declare object types so that mutually
   recursive types can be created across module boundaries. See
   [package level objects](https://nim-lang.org/docs/manual.html#package-level-objects)