Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Leonard committed Jan 10, 2018
1 parent 1232edb commit e659cd7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
### 0.3.1

- Updates for new `x509` API and for OCaml 4.06 (#143).

- Add some diagrams to the tutorial (#134).

- Add FAQ: how can I import a sturdy ref that I need to start my vat? (#137)

Build updates:

- Add build dependency on conf-capnproto (#146). Projects using the schema compiler themselves should also now add this dependency instead of relying on `capnp` to pull it in.

- Remove generics from persistent.capnp (#141) so that it compiles on systems with older capnproto compilers (e.g. Ubuntu 14.04).

- `unix/network.ml` uses `Fmt.failwith`, which requires fmt.0.8.4 (#139).

- `capnp-rpc-lwt` requires `Uri.with_userinfo`, which is only in `uri` >= 1.6.0 (#138).

- Move test-lwt to unix module (#133).


### 0.3 Unikernels

This release adds a new `capnp-rpc-mirage` package, which provides support for
Expand Down

0 comments on commit e659cd7

Please sign in to comment.