We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80407aa commit d777b03Copy full SHA for d777b03
CHANGES.md
@@ -1,5 +1,6 @@
1
-## unreleased
+## v0.2.0 (2022-10-28)
2
3
+* unikernel: upgrade to mirage 4.3 (#31 @hannesm)
4
* bugfix: href_to_principal always returned "/principals" (since v0.1.1)
5
(#24 @hannesm)
6
* error when principal or calendar already exists when adding a new principal
@@ -10,6 +11,9 @@
10
11
a group when the principal is a user, etc.) and test cases (#25 @hannesm)
12
* use batch in Webdav_api instead of Webdav_fs to reduce commits
13
(#26, fixes in #27 @hannesm)
14
+* bugfix: adding and removing groups and users, only edit prop file once
15
+ (#27 @hannesm)
16
+* bugfix: compute etag after batch (#27 @hannesm)
17
18
## v0.1.1 (2021-11-02)
19
0 commit comments