Fix image property accessor to copy C string

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-01-02 19:57:39 -08:00
parent 19377db422
commit 7bc3f274d2
3 changed files with 8 additions and 6 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.3.1] - 2016-01-02
### Changed
- Fix bug `get_image_property()` to ensure C string is copied.
## [0.3.0] - 2016-01-02
### Changed
- Add `get_image_property()` function to retrieve, for example, EXIF data.