CHANGES in win32-file-0.7.0 vs CHANGES in win32-file-0.7.1
- old
+ new
@@ -1,4 +1,10 @@
+== 0.7.1 - 28-Apr-2014
+* Modified all custom singleton methods to accept arguments that define either
+ to_str or to_path to be in line with MRI's behavior.
+* Some internal changes for the long_path and short_path methods.
+* Added some path tests.
+
== 0.7.0 - 16-Dec-2013
* Now requires Ruby 1.9 or later.
* Converted to use FFI instead of win32-api. Now works with JRuby, too.
* Removed the atribute methods (hidden?, normal?, etc). These are now in
the win32-file-attributes gem instead.