File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v1.4.1] - 25-07-2020
8
+ ### Fixed
9
+ - Array index out of bounds exception caused by [ empty API response] ( https://github.com/crazzyghost/alphavantage-java/issues/9 )
10
+
7
11
## [ v1.4.0] - 13-06-2020
8
12
### Added
9
13
- Support for Sector Performances
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.4.1 - 25-07-2020
4
+
5
+ - Fix: Array index out of bounds exception caused by [ empty API response] ( https://github.com/crazzyghost/alphavantage-java/issues/9 )
6
+
3
7
## v1.4.0 - 13-06-2020
4
8
5
9
- New: Support for Sector Performances
You can’t perform that action at this time.
0 commit comments