CHANGES in win32-file-stat-1.5.2 vs CHANGES in win32-file-stat-1.5.3
- old
+ new
@@ -1,4 +1,9 @@
+== 1.5.3 - 25-May-2016
+* This gem is now signed.
+* The local helper file has been replaced by ffi-win32-extensions, which
+ has been added as a dependency.
+
== 1.5.2 - 9-Jul-2015
* A working File::Stat#socket? method is now implemented. It is no longer
just an alias for the File::Stat#pipe? method.
* Fixed a bug in File::Stat#file? where it could return true for directories and
reparse points. Thanks go to zinga666 for the spot.