Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Aug 28, 2017
1 parent e3332e2 commit e86e544
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.8.0 - YYYY-MM-DD
# v1.8.0 - 2017-08-28

## New features

Expand All @@ -7,7 +7,7 @@
(Jenz Guenther)

- Add support for `SIGWINCH`.
(7cdafc8, 5491427, b630f0d, 5969e96, #213)
(7cdafc8, 5491427, b630f0d, 5969e96, 50e9645, #213)
(Anton Lindqvist, Jenz Guenther)

## Bug fixes
Expand Down Expand Up @@ -55,6 +55,12 @@
(50e2748, #232)
(Anton Lindqvist, Jenz Guenther)

- Always favor the shortest match.
This bug only occurs when a choice contains multiple instances of the query
and the right-most match is the shortest one.
(d7d25a8, #233)
(Anton Lindqvist)

## Changes

- Use `reallocarray(3)` in `pick-test(1)`.
Expand Down

0 comments on commit e86e544

Please sign in to comment.