Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed May 17, 2020
1 parent 9ae521c commit 414e569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).

- Fix Chart samples by updating chart parameter from 0 to DataSeries::EMPTY_AS_GAP [#1448](https://github.com/PHPOffice/PhpSpreadsheet/pull/1448)
- Fix return type in docblock for the Cells::get() [#1398](https://github.com/PHPOffice/PhpSpreadsheet/pull/1398)
- Fix RATE, PRICE, XIRR, and XNPV Functions [#1456](https://github.com/PHPOffice/PhpSpreadsheet/pull/1456)

### Changed

Expand Down
4 changes: 2 additions & 2 deletions tests/PhpSpreadsheetTests/Calculation/FinancialTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ public function testPRICE3($expectedResult, ...$args)

public function providerPRICE3()
{
return require 'data/Calculation/Financial/PRICE3.php';
return require 'tests/data/Calculation/Financial/PRICE3.php';
}

/**
Expand Down Expand Up @@ -559,7 +559,7 @@ public function testXNPV($expectedResult, $message, ...$args)

public function providerXNPV()
{
return require 'data/Calculation/Financial/XNPV.php';
return require 'tests/data/Calculation/Financial/XNPV.php';
}

/**
Expand Down

0 comments on commit 414e569

Please sign in to comment.