Skip to content

Commit 297015e

Browse files
committed
changes for 6.0.0
1 parent 05c581d commit 297015e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### v6.0.0 (2022-12-12)
2+
3+
* Use ptime directly for RO.last_modified, instead of the int * int64 pair
4+
(#34)
5+
* Add RW.allocate to allocate a key and fill it with zero bytes (#34)
6+
* RO.list: return Key.t instead of string (#37, fixes #33)
7+
* Introduce a custom error for RW.rename with a source which is a prefix of
8+
destination (#37, fixes #31)
9+
* Use Optint.Int63.t for RO.size, RO.get_partial, RO.set_partial (#37, fixes #32)
10+
* Remove RW.batch (#37, fixes #29 #36, discussed at the MirageOS meeting in
11+
November, and on the mirageos-devel mailing list in January 2022)
12+
* Key.pp: escape the entire string, not individual fragments (#35)
13+
114
### v5.0.0 (2022-09-07)
215

316
* Add `get_partial` and `size` to the RO interface (@palainp #28, review by

0 commit comments

Comments
 (0)