Skip to content

Commit

Permalink
Add changes to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Dec 18, 2021
1 parent a22e0f8 commit 1dac424
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ rescue Paco::ParseError => e
end
```

### Changed

- `Paco::Combinators.seq_map` merged into `Paco::Combinators.seq`. ([@skryukov])
- `Paco::Combinators.sep_by_1` renamed to `Paco::Combinators.sep_by!`. ([@skryukov])

### Fixed

- `Paco::Combinators::Char#regexp` now uses `\A` instead of `^`. ([@skryukov])
Expand Down

0 comments on commit 1dac424

Please sign in to comment.