mirror of https://github.com/status-im/NimYAML.git
Version 0.10.0
This commit is contained in:
parent
0e679ead9c
commit
8a83272341
|
@ -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
|
### 0.9.1
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
|
@ -37,7 +37,8 @@ nim clean # guess
|
||||||
nim build # build a library
|
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
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue