Skip to content

Commit

Permalink
update changelog. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyanesh-m authored Mar 14, 2021
1 parent 6708d7c commit 2ffda17
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED][unreleased]

## [1.0.0][1.0.0]

### Added
* support for nper with examples

### Changed
* Replace floats with decimal

### Fixed
* Fix PMT, 0 rate case
* Fix IPMT

## [0.2.0][0.2.0]

### Added
Expand All @@ -21,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* support for fv, ipmt, pmt, ppmt functions.
* support for amortisation table generation.

[unreleased]: https://github.com/razorpay/go-financial/compare/v0.2.0...master
[unreleased]: https://github.com/razorpay/go-financial/compare/v1.0.0...master
[0.1.0]: https://github.com/razorpay/go-financial/releases/tag/v0.1.0
[0.2.0]: https://github.com/razorpay/go-financial/releases/tag/v0.2.0
[1.0.0]: https://github.com/razorpay/go-financial/releases/tag/v1.0.0

0 comments on commit 2ffda17

Please sign in to comment.