From fdad0e3740d00fef2f01b00810322aa78dfb8ac7 Mon Sep 17 00:00:00 2001 From: Brandur Leach Date: Wed, 24 Jan 2024 05:51:14 -0800 Subject: [PATCH] Deduplicate "fixed" sections in the changelog (#174) 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. --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa85e16c..7f2c8cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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