Skip to content

Commit

Permalink
update CHANGELOG.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pmq20 committed Dec 23, 2016
1 parent da3a696 commit 7999da5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Libsquash Changelog

## v0.2.0

Implemented the following API:

- squash_stat(error, fs, path, buf)
- squash_fstat(error, fs, vfd, buf)
- squash_open(error, fs, path)
- squash_close(error, vfd)
- squash_read(error, vfd, buf, nbyte)
- squash_lseek(error, vfd, offset, whence)

## v0.1.0

Initial Release.

0 comments on commit 7999da5

Please sign in to comment.