From 8129876b3ffe611a9519f1655c2627a24732d58f Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Thu, 27 Dec 2018 16:58:43 +0100 Subject: [PATCH] Release 1.5.0 --- CHANGES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e339e45f..5385ea0a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,11 @@ -1.4.2 (next) ------------- +## 1.5.0 ### Changes +- Use dune as a build system (#67, @Leonidas-from-XIV) - reraise exceptions in `finish_string` instead of silencing them by raising a `Failure _` - raise finalizer exceptions in `from_channel` and `from_lexbuf` readers + +### Fixes + +- Fix a race condition in builds (#57, @avsm)