From 50b8f5844d88b0176c1c633b1ea26188d563093b Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Mon, 27 Mar 2017 15:40:31 +0200 Subject: [PATCH] Update CHANGES --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2eec2e7d07..7e2da2fd4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +### 1.0.2 (2017-03-27) + +**irmin** + +- Add a cstruct type combinator (#429, @samoht) +- Fix regression introduced in 1.0.1 on merge of base buffers (strings, + cstruct). For these types, updates are idempotent, e.g. it is fine + if two concurrent branches make the same update. (#429, @samoht) + +**irmin-unix** + +- Add irminconfig man page (#427, @dudelson) + ### 1.0.1 (2017-03-14) **irmin**