Skip to content

Commit 7999da5

Browse files
committed
update CHANGELOG.md [ci skip]
1 parent da3a696 commit 7999da5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Libsquash Changelog
22

3+
## v0.2.0
4+
5+
Implemented the following API:
6+
7+
- squash_stat(error, fs, path, buf)
8+
- squash_fstat(error, fs, vfd, buf)
9+
- squash_open(error, fs, path)
10+
- squash_close(error, vfd)
11+
- squash_read(error, vfd, buf, nbyte)
12+
- squash_lseek(error, vfd, offset, whence)
13+
314
## v0.1.0
415

516
Initial Release.

0 commit comments

Comments
 (0)