Skip to content

Commit 7c87c57

Browse files
committed
update the changelog
1 parent a2a66c8 commit 7c87c57

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### Thanks
66

7+
### Added
8+
9+
### Fixed
10+
11+
12+
## 4.0.0 - 2018-05-14
13+
14+
### Thanks
15+
716
- @jsgf for the new `AtEof` trait
817
- @tmccombs for fixes on `escaped*` combinators
918
- @s3bk for fixes around non Copy input types and documentation help
@@ -37,7 +46,13 @@
3746
- @lowenheim for `parse_to!` fixes
3847
- @myrrlyn for trait fixes around `CompleteStr` and `CompleteByteSlice`
3948
- @NotBad4U for fixing code coverage analysis
40-
49+
- @murarth for code formatting
50+
- @glandium for fixing build in no_std
51+
- @csharad for regex compatibility with `CompleteStr`
52+
- @FauxFaux for implementing `AsRef<str>` on `CompleteStr`
53+
- @jaje for implementing `std::Error` on `nom:Err`
54+
- @fengalin for warning fixes
55+
- @@khernyo for doc formatting
4156

4257
### Breaking changes
4358

@@ -871,7 +886,8 @@ Considering the number of changes since the last release, this version can conta
871886

872887
## Compare code
873888

874-
* [unreleased]: https://github.com/Geal/nom/compare/3.2.1...HEAD
889+
* [unreleased]: https://github.com/Geal/nom/compare/4.0.0...HEAD
890+
* [4.0.0]: https://github.com/Geal/nom/compare/3.2.1...4.0.0
875891
* [3.2.1]: https://github.com/Geal/nom/compare/3.2.0...3.2.1
876892
* [3.2.0]: https://github.com/Geal/nom/compare/3.1.0...3.2.0
877893
* [3.1.0]: https://github.com/Geal/nom/compare/3.0.0...3.1.0

0 commit comments

Comments
 (0)