Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1.19 KB

Changelog

  • Make documentation builds succeed on docs.rs with some conditional building magic.

0.7.1 - 2020-12-31

  • Fixed undefined behavior due to incorrect use of uninitialized(). Thanks to norru for both the bug report and the fix!

0.7.0 - 2019-07-21

  • Exposed controls for OpenEXR's worker thread pool.
  • Added functions for working with OpenEXR's multiview attribute.
  • Fixed nasty bug involving non (0,0) data window origins. This involved adding new functions for handling such cases properly.
  • Fixed various bugs involving handling C++ exceptions properly across FFI.

0.6.0 - 2018-06-15

  • Added support for incremental reading/writing of scanline EXR files.
  • Added support for envmap access.
  • Changed some parameters to be u32 instead of usize.
  • Misc reorganization of the crate.
  • Misc bug fixes.
  • Add a changelog file.