-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nathan Rebours
committed
Dec 27, 2018
1 parent
c3e413a
commit 8129876
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |