Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Dec 29, 2018
1 parent 001d7bf commit 045c083
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

### Fixed

## 4.2.0 - 2018-12-29

### Changed

- macro import in edition 2018 code should work without importing internal macros now
- the regex parsers do not require the calling code to have imported the regex crate anymore

### Added

- `many0_count` abd `many1_count` to count applications of a parser instead of
accumulating its results in a `Vec`

### Fixed

- overflow in the byte wrapper for bit level parsers

## 4.1.1 - 2018-10-14

### Fixed
Expand Down

0 comments on commit 045c083

Please sign in to comment.