Version 0.10.0

This commit is contained in:
Felix Krause 2017-06-30 16:34:02 +02:00
parent 0e679ead9c
commit 8a83272341
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,11 @@
### 0.10.0
Features:
* Compatibility with Nim 0.17.0 (#40).
**Important:** This fix breaks compatibility with previous
Nim versions!
### 0.9.1
Features:

View File

@ -37,7 +37,8 @@ nim clean # guess
nim build # build a library
```
NimYAML needs at least Nim 0.15.0 in order to compile.
NimYAML needs at least Nim 0.17.0 in order to compile. Version 0.9.1
is the last release to support 0.15.x and 0.16.0.
## License