CHANGES in win32-file-0.7.1 vs CHANGES in win32-file-0.7.2

- old
+ new

@@ -1,4 +1,10 @@ +== 0.7.2 - 7-Oct-2014 +* Replaced File.exists? with File.exist? to avoid deprecation warnings + for Ruby 2.x. +* Some minor memory improvements by explicitly freeing some pointers. +* Minor README updates. + == 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.