Skip to content

Commit c381aff

Browse files
committed
Release notes for 3.1.0 release
1 parent 23400a8 commit c381aff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.1.0 - Dec 12 2021
2+
* Adds PDURATION function. Returns the number of periods required by an investment to reach a specified value. (Resolves #62)
3+
* Adds RRI function. Also used for CAGR. Returns an equivalent interest rate for the growth of an investment. (Resolves #60)
4+
* Improves XIRR function by reducing the precision required before an answer is returned. (Fixes #27)
5+
* Improves ACCRINT function by allowing first interest date on the settlement date. (Fixes #22)
6+
* Adds PriceAllowNegativeYield function. This operates like the PRICE function except that it allows negative yield inputs. It is experimental. We'd love feedback on how this works for folks. (Fixes #13)
7+
18
## 3.0.0 - Dec 7 2021
29
* Retarget library onto .NET Standard 2.0
310
* Adds explicit support for .NET Core 2.0 and higher including 5.0 and 6.0

0 commit comments

Comments
 (0)