ChangeLog.md in ffi-hunspell-0.3.0 vs ChangeLog.md in ffi-hunspell-0.3.1

- old
+ new

@@ -1,10 +1,15 @@ +### 0.3.1 / 2016-01-14 + +* Prefer loading hunspell-1.3 over hunspell-1.2, if both are installed. +* Support auto-detection of hunspell installed by homebrew (@forward3d). + ### 0.3.0 / 2013-05-01 * Detect Ubuntu's hunspell directory (`/usr/share/hunspell`). * {FFI::Hunspell::Dictionary#encoding} now returns an `Encoding` object. * Encode Strings returned from {FFI::Hunspell::Dictionary#stem} and - {FFI::Hunspell::Dictionary#suggestions} to match the dictionary's native + {FFI::Hunspell::Dictionary#suggest} to match the dictionary's native encoding. ### 0.2.6 / 2013-02-05 * Removed the env dependency.