Skip to content

Commit

Permalink
Deduplicate "fixed" sections in the changelog (#174)
Browse files Browse the repository at this point in the history
This must've been a bad merge problem (possibly Git didn't raise a
conflict on it), but we ended up with two "fixed" sections for the
latest 0.0.17 version in the changelog.

Here, deduplicate by putting all fixed content under a single header.
  • Loading branch information
brandur authored Jan 24, 2024
1 parent feceb38 commit fdad0e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixed incorrect default value handling for `ScheduledAt` option with `InsertMany` / `InsertManyTx`. [PR #149](https://github.com/riverqueue/river/pull/149).
- Fixed problem where job uniqueness wasn't being respected when used in conjuction with periodic jobs. [PR #168](https://github.com/riverqueue/river/pull/168).

### Fixed

- Add missing `t.Helper()` calls in `rivertest` internal functions that caused it to report itself as the site of a test failure. [PR #151](https://github.com/riverqueue/river/pull/151).
- Fixed problem where job uniqueness wasn't being respected when used in conjuction with periodic jobs. [PR #168](https://github.com/riverqueue/river/pull/168).

## [0.0.16] - 2024-01-06

Expand Down

0 comments on commit fdad0e3

Please sign in to comment.