From c06ed53ecdd0accb094a33681f0858fd9f780630 Mon Sep 17 00:00:00 2001 From: Cristi Corcoveanu Date: Tue, 29 Jun 2021 15:16:17 +0300 Subject: [PATCH] add unreleased notes in changelog + first breaking change included --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d4e77d..26b4ca01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [Unreleased] +- [Added option to config the axios requests #10](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/10) + - Breaking changes: + 1. `new ProxyProvider(url: string, timeout?: number)` becomes `new ProxyProvider(url: string, config?: AxiosRequestConfig)` - + note that `timeout` can still be passed in the `config` object + ## [5.0.1] - 07.06.2021 - [Feat/nft token #3](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/3)