Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.78 KB

ffi-win32-extensions Changelog

Merged Pull Requests

Changes not yet released to rubygems.org

Merged Pull Requests

Merged Pull Requests

  • Add style rake task #8 (tas50)
  • Move read_wstring method from chef to ffi-win32-extensions #5 (kapilchouhan99)
  • Autocorrected the repository with Chefstyle
  • Moved dev deps into a Gemfile
  • Renamed CHANGES to CHANGELOG.md and converted it to markdown

1.0.3 - 21-Aug-2016

  • The FFI::MemoryPointer#read_wide_string now defaults to its own size for the +num_bytes+ argument.

1.0.2 - 20-Jun-2016

  • Added the String#read_wide_string method.
  • Refactored the windows_error_message method a bit.

1.0.1 - 8-May-2016

  • The String#wstrip method defaults to nil on failure.

1.0.0 - 7-May-2016

  • Initial release