Skip to content

Commit 5fdcef1

Browse files
committed
Update documentation
1 parent 9f2a6b4 commit 5fdcef1

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Release Notes.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Version 3.1.1
22

3-
## Improvements
4-
* The quote type - EQUITY, BOND, MUTUALFUND or INDEX - must now be specified as a part of the filename for quotes updated from a CSV file.
3+
## Changes
4+
* The quote type - `EQUITY`, `BOND`, `MUTUALFUND` or `INDEX` - must now be specified as a part of the filename for quotes updated from a CSV file.
55

66
## Bug Fixes
7-
* Fix divisor issue for indices quoted in GBP.
7+
* Indices quoted in GBP were getting the currency divisor applied. This shouldn't have been the case - fixed.
8+
* Fix CSV filename parsing and generation of quote date.
89

910
# Version 3.1.0
1011

1112
## New Features
1213
* Historical quote data for a single investment can now be updated from the Yahoo API as well a from a CSV file.
1314

14-
## Improvements
15+
## Changes
1516
* The quote currency must now be specified as a part of the filename for quotes updated from a CSV file.
1617
* Output summary log messages after Yahoo quote data processing.
1718
* For the auto-complete source type, add an exchange suffix to 12-character symbols that don't have one.
@@ -21,40 +22,40 @@
2122
## New Features
2223
* Auto-complete of Yahoo Finance stock quote API URL with investment and FX symbols automatically generated from MS Money file.
2324

24-
## Improvements
25+
## Changes
2526
* Add update for 'Online price update' time-stamp in Portfolio.
2627
* Update log4j-core to 2.13.1.
2728
* Update jackson-databind to 2.10.3.
2829

2930
# Version 2.0.5
3031

31-
## Improvements
32+
## Changes
3233
* Add version log message.
3334

3435
# Version 2.0.4
3536

36-
## Improvements
37+
## Changes
3738
* Update log4j-core library to 2.12.1.
3839
* Update jackson-databind library to 2.10.1.
3940

4041
# Version 2.0.3-beta
4142

42-
## Improvements
43+
## Changes
4344
* Update jackcess library to 3.0.1.
4445
* Update jackson-databind library to 2.9.9.
4546
* Upgrade log4j-core library to 2.11.2.
4647

4748
# Version 2.0.2-beta
4849

49-
## Improvements
50+
## Changes
5051
* Update Jackcess library to 2.2.2.
5152

5253
## Bug Fixes
5354
* Fix bug causing multiple additions of quotes with the same date.
5455

5556
# Version 2.0.1-beta
5657

57-
## Improvements
58+
## Changes
5859
* Update Jackson library to 2.9.8.
5960
* Update Jackcess library to 2.2.1.
6061

@@ -66,13 +67,13 @@
6667
## New Features
6768
* Historical quotes can now be imported directly from CSV files generated by the Yahoo Finance historical prices download facility.
6869

69-
## Improvements
70+
## Changes
7071
* Add handling for maximum Money symbol length of 12 characters.
7172
* Speed optimisations for adding new quotes (as opposed to updating existing quotes) and finding previous quotes.
7273

7374
# Version 1.0.2-beta
7475

75-
## Improvements
76+
## Changes
7677
* Update 52-week high/low data for mutual funds.
7778

7879
## Bug Fixes

0 commit comments

Comments
 (0)