diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-11-07 22:14:55 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-07 22:14:55 +0100 |
commit | d4cdd92bc90c20250b312fb11b8cb014a6204ce5 (patch) | |
tree | a5d3a160467052d800dc43bee9806a6807bc0d7d /changelog.md | |
parent | 157d48bc3208720af98ac5ed60a08494ddc5e328 (diff) | |
parent | f221c192b3779a50b51d7ba22431e0d06ab0edc1 (diff) | |
download | Nim-d4cdd92bc90c20250b312fb11b8cb014a6204ce5.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
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) |