diff --git a/Changes.md b/Changes.md index 11a9a2b1..a573fc50 100644 --- a/Changes.md +++ b/Changes.md @@ -6,8 +6,7 @@ --------- - Substantial refactoring of Sidekiq server internals, part of a larger effort - to reduce Sidekiq's internal usage of global methods and data, see [docs/component.md](docs/component.md), - [docs/global_to_local.md](docs/global_to_local.md) and [docs/middleware.md](docs/middleware.md). + to reduce Sidekiq's internal usage of global methods and data, see [docs/global_to_local.md](docs/global_to_local.md) and [docs/middleware.md](docs/middleware.md). - **Add beta support for the `redis-client` gem**. This will become the default Redis driver in Sidekiq 7.0. [#5298] Read more: https://github.com/mperham/sidekiq/wiki/Using-redis-client - **Add beta support for DB transaction-aware client** [#5291]