Update CHANGELOG.md

This commit is contained in:
Daniel Grunwald 2017-01-27 22:38:33 +01:00 committed by GitHub
parent 32e0d35603
commit a6e1133ac4
1 changed files with 7 additions and 1 deletions

View File

@ -7,8 +7,14 @@
This allows zero-copy access to numpy arrays.
- When building with `--feature nightly`, `extract::<Vec<PrimitiveType>>` will try to use the buffer protocol
before falling back to the sequence protocol.
- [Added support for optional parameters][81] to `py_argparse!`, `py_fn!` and `py_class!` macros. (PR by [@Luthaf])
Example: `py_fn!(py, function(i: i32 = 0))`
[Unreleased]: https://github.com/dgrunwald/rust-cpython/compare/0.1.0...HEAD
[81]: https://github.com/dgrunwald/rust-cpython/pull/81
[@Luthaf]: https://github.com/Luthaf
## 0.1.0 - 2016-12-17
- First release that works on stable Rust.
[Unreleased]: https://github.com/dgrunwald/rust-cpython/compare/0.1.0...HEAD