Skip to content

Commit

Permalink
Update changelog for v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eapache committed Aug 14, 2023
1 parent c302a30 commit 1bc136c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ bumping the major version of this package, which violates the official Golang
packaging convention around breaking changes. Typically the versions being
dropped are multiple years old and long unsupported.*

#### Version 1.4.0 (2023-08-14)

- Adds `Batcher.Shutdown()` to flush any pending work without waiting for the
timer, e.g. on application shutdown (thanks to Ivan Stankov).
- Fix possible memory leaks of Timer objects in Deadline, Retrier, and
Semaphore (thanks to Dmytro Nozdrin).

#### Version 1.3.0 (2022-06-27)

- Increased minimum Golang version to 1.13.
Expand Down

0 comments on commit 1bc136c

Please sign in to comment.