README.md in mojo_magick-0.6.4 vs README.md in mojo_magick-0.6.5
- old
+ new
@@ -209,9 +209,15 @@
Note: please don't change the version. We'll do that when we merge
in the new code
Recent Changes
==============
+
+#### Version 0.6.4
+
+* Fix issue with `identity -list font` returning exit code 1 on some systems (Ubuntu) with PR #https://github.com/rcode5/mojo_magick/pull/35
+35
+
#### Version 0.6.3
* Major cleanup and refactor (https://github.com/rcode5/mojo_magick/pull/33)
* Deprecated `MojoMagick.get_fonts` in favor of `MojoMagick.available_fonts`
* Moved `raw_command` and `execute` and `execute!` methods into their own module (and added deprecation warnings)