File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 22
33## HEAD
44
5- * ADD: Support for _ Pathname_ in ` Dir.glob ` (@craigw )
6- * ADD: ` MemFs.halt ` to switch back to the real file-system (@thsur )
7- * FIX: Reset the file position when reopened (@jimpo )
5+ :warning : This version drops support for Ruby 1.9.
6+
7+ * ADD: Support for Ruby 2.4.0
8+ * ADD: Support for _ Pathname_ in ` Dir.glob ` (PR #21 by @craigw )
9+ * ADD: ` MemFs.halt ` to switch back to the real file-system (PR #24 by @thsur )
10+ * ADD: Basic support for ` IO.write ` (PR #20 by @rmm5t )
11+ * FIX: Reset the file position when reopened (PR #23 by @jimpo )
12+ * FIX: Ignore trailing slashes when searching an entry (issue #26 )
13+ * FIX: Making ` File ` inherit from ` IO ` to fix 3rd-party related issues
14+ * FIX: Ensure ` File.new ` on a symlink raises if target is absent
815
916## 0.5.0
1017
You can’t perform that action at this time.
0 commit comments