add changelog

This commit is contained in:
Shota Shimazu 2018-11-14 02:25:51 +09:00
parent 3fe3a490cd
commit 0bc14011e2
1 changed files with 7 additions and 0 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
## Version 1.0.9
- Rename `Fileable` object to `Path`
- `Path.pwd` is now support setter enabling move directory
- `Path` object automatically set self path as home directory when path initializer is "~".
- Introduce `iOSDir` ios directory list
- Introduce `UnixFS` unix-based OS FS tree list - Now under construction -