diff --git a/CHANGELOG.md b/CHANGELOG.md index b43a903..c1784ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog **2.2.0 (released 2020-05-30):** -- Prevented requests from being made to the API if trying to get the exchange rate for the same currency. -- Fixed bug that was caused if trying to get the exchange rate for 'EUR' to 'EUR'. -- Updated documentation. +- Prevented requests from being made to the API if trying to get the exchange rate between the same currencies. [#32](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/32) +- Fixed bug that was caused if trying to get the exchange rate for 'EUR' to 'EUR'. [#32](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/32) +- Updated documentation. [#33](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/33) **2.1.0 (released 2020-03-05):** - Added support for Laravel 7. [#28](https://github.com/ash-jc-allen/laravel-exchange-rates/pull/28)