Skip to content

Commit

Permalink
Merge pull request #12 from ElrondNetwork/add-unreleased-notes
Browse files Browse the repository at this point in the history
Add unreleased notes
  • Loading branch information
ccorcoveanu authored Jun 29, 2021
2 parents 7593d89 + c06ed53 commit 9bcb42b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9bcb42b

Please sign in to comment.