Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

76 lines (59 loc) · 2.65 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - YYYY-MM-DD

Changed

0.9.1 - 2018-09-20

Changed

0.9.0 - 2018-07-08

Changed

  • Upgraded bundled capstone from 7e004bd4 to a31b5328, which incorporates upstream Capstone PR #1171
  • Always use cc crate to build Capstone

Removed

  • Features affecting build: use_system_capstone, build_capstone_cmake, build_capstone_cc
    • The old build features were never used and complicated the code/documentation

0.8.0 - 2018-06-02

Added

  • Documented FreeBSD support

Changed

Removed

  • Unicode characters from README

0.7.0 - 2018-03-25

Added

  • Added support for Windows with cc crate
  • Explicitly document supported platforms

Changed

  • Changed method bindgen uses to create enum types (depends on type; see API documentation)
  • Updated bindgen version

0.6.0 - 2017-10-22

Added

  • Added support for Mac OS
  • Added more CI tests

0.5.0 - 2017-08-31

Added

  • Add documentation for some types and function

Changed

  • Use Rust unions instead of bindgen unions
  • Depend on necessary packages only
  • Use pre-generated bindings by default (instead of running bindgen)

Removed

  • Dependency