Skip to content

Commit

Permalink
Changelog entry for v16
Browse files Browse the repository at this point in the history
Documented newly implemented functions.
  • Loading branch information
smuehlst committed Feb 1, 2023
1 parent 09ad474 commit 80491be
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 @@
# Release History

## [v16](https://github.com/smuehlst/circle-stdlib/releases/tag/v16)

* Synced with [Circle Step 45.1](https://github.com/rsta2/circle/releases/tag/Step45.1).
* Implemented functions that previously returned an error code:
* `getcwd()` and `chdir()`
* `dup()`, `dup2()` and `fcntl(... F_DUPFD ...)` (Note: Only the F_DUPFD command is implemented for fcntl()!)
* `stat()` and `fstat()`
* `fsync()`
* `ftruncate()`
* `isatty()`

## [v15.14](https://github.com/smuehlst/circle-stdlib/releases/tag/v15.14)

* Synced with [Circle Step 45](https://github.com/rsta2/circle/releases/tag/Step45).
Expand Down

0 comments on commit 80491be

Please sign in to comment.