From 7c87c57740324e2304944f59fa7cec7caf408c1e Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Mon, 14 May 2018 13:53:06 +0200 Subject: [PATCH] update the changelog --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79cef873..23263e55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ### Thanks +### Added + +### Fixed + + +## 4.0.0 - 2018-05-14 + +### Thanks + - @jsgf for the new `AtEof` trait - @tmccombs for fixes on `escaped*` combinators - @s3bk for fixes around non Copy input types and documentation help @@ -37,7 +46,13 @@ - @lowenheim for `parse_to!` fixes - @myrrlyn for trait fixes around `CompleteStr` and `CompleteByteSlice` - @NotBad4U for fixing code coverage analysis - +- @murarth for code formatting +- @glandium for fixing build in no_std +- @csharad for regex compatibility with `CompleteStr` +- @FauxFaux for implementing `AsRef` on `CompleteStr` +- @jaje for implementing `std::Error` on `nom:Err` +- @fengalin for warning fixes +- @@khernyo for doc formatting ### Breaking changes @@ -871,7 +886,8 @@ Considering the number of changes since the last release, this version can conta ## Compare code -* [unreleased]: https://github.com/Geal/nom/compare/3.2.1...HEAD +* [unreleased]: https://github.com/Geal/nom/compare/4.0.0...HEAD +* [4.0.0]: https://github.com/Geal/nom/compare/3.2.1...4.0.0 * [3.2.1]: https://github.com/Geal/nom/compare/3.2.0...3.2.1 * [3.2.0]: https://github.com/Geal/nom/compare/3.1.0...3.2.0 * [3.1.0]: https://github.com/Geal/nom/compare/3.0.0...3.1.0