Skip to content

Commit edfe8de

Browse files
authored
Merge pull request #709 from talex5/release
Prepare release
2 parents ce30c9a + f3f2473 commit edfe8de

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## v1.0
2+
3+
New features:
4+
5+
- Add `Eio_unix.Cap` module to enable Capsicum mode (@talex5 #697, reviewed by @SGrondin).
6+
7+
- eio_linux: expose more functions in the `Low_level` module (@talex5 #705, reviewed by @SGrondin).
8+
Add all the functions used by other parts of eio_linux (`openat`, `mkdir`, `read_link`, `unlink`, `rename` and `pipe`).
9+
Tidied the API up a bit too:
10+
- `mkdir_beneath` is now just `mkdir`.
11+
- `statx_confined` is now just `statx`.
12+
- `open_dir` is gone; the single user now calls `openat` directly.
13+
14+
Documentation:
15+
16+
- Add README documentation for `Eio.Executor_pool` (@SGrondin @talex5 #707, reviewed by @Sudha247).
17+
18+
- eio_linux: remove logging (@talex5 #708, requested by @clecat).
19+
There were only two remaining uses of Logs, neither of which has proved useful.
20+
21+
Build:
22+
23+
- Add upper-bound on MDX (@talex5 #706).
24+
The new version attempts to execute included blocks.
25+
26+
- Fix tests to pass with both old and new Kcas (@polytypic #704).
27+
28+
- Make posix `open_beneath` test idempotent (@SGrondin #703).
29+
30+
- Executor_pool: mention requested weight in error message (@talex5 #702, reported by @yawaramin).
31+
132
## v0.15
233

334
New features:

0 commit comments

Comments
 (0)