From e368e618f3d01a56f6d2a24e96fbd43ec9d5e1c0 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 22 Nov 2022 20:29:01 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adabe5f4..25bd720e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added * [#708](https://github.com/shlinkio/shlink-web-client/issues/708) Added support for API v3. -* [#717](https://github.com/shlinkio/shlink-web-client/issues/717) Allowed to select time in 10 minute intervals whe configuring "enabled since" and "enabled until" on short URLs. +* [#717](https://github.com/shlinkio/shlink-web-client/issues/717) Allowed to select time in 10 minute intervals when configuring "enabled since" and "enabled until" on short URLs. ### Changed * [#713](https://github.com/shlinkio/shlink-web-client/issues/713) Updated dependencies. -* [#620](https://github.com/shlinkio/shlink-web-client/issues/620) Migrated domains-related reducers to redux toolkit as a POC. +* [#620](https://github.com/shlinkio/shlink-web-client/issues/620) Migrated all reducers to redux toolkit. * [#721](https://github.com/shlinkio/shlink-web-client/issues/721) Migrated from axios to fetch. ### Deprecated