Skip to content

Commit 70e8e1b

Browse files
committed
Updating the Changelog
1 parent da103bb commit 70e8e1b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
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

0 commit comments

Comments
 (0)