Made exception related functions public

cargo test passes
This commit is contained in:
Nathan Fiedler
2019-04-17 20:15:48 -07:00
parent 9f47958081
commit 122f144ecb
4 changed files with 12 additions and 6 deletions

View File

@ -5,11 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [0.11.0] - 2019-04-17
### Changed
- Updated `bindgen` dependency to 0.31 release and fixed compiler issues.
Enum definitions changed again, default in bindgen is different now, and
using `default_enum_style()` caused endless compiler errors.
- Made `get_exception_type()`, `get_exception()`, and `clear_exception()`
on the various wand implementations.
## [0.10.0] - 2018-08-11
### Added