From 20f4ec17ec5ce7a363a07443a45d296c03019c58 Mon Sep 17 00:00:00 2001 From: Alexandr Borisov Date: Mon, 20 May 2024 13:28:35 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71e0e7..7323ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased +* Fixed cancelled requests behaviour, now they does not affect rate limiting (see https://github.com/aishek/axios-rate-limit/pull/50) + ## 1.3.0 * Add TypeScript typings (see https://github.com/aishek/axios-rate-limit/pull/23) * Upgrade handlebars to 4.5.3