File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ UNRELEASED] [ unreleased ]
7
7
8
+ ## [ 1.0.0] [ 1.0.0 ]
9
+
10
+ ### Added
11
+ * support for nper with examples
12
+
13
+ ### Changed
14
+ * Replace floats with decimal
15
+
16
+ ### Fixed
17
+ * Fix PMT, 0 rate case
18
+ * Fix IPMT
19
+
8
20
## [ 0.2.0] [ 0.2.0 ]
9
21
10
22
### Added
@@ -21,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
33
* support for fv, ipmt, pmt, ppmt functions.
22
34
* support for amortisation table generation.
23
35
24
- [ unreleased ] : https://github.com/razorpay/go-financial/compare/v0.2 .0...master
36
+ [ unreleased ] : https://github.com/razorpay/go-financial/compare/v1.0 .0...master
25
37
[ 0.1.0 ] : https://github.com/razorpay/go-financial/releases/tag/v0.1.0
26
38
[ 0.2.0 ] : https://github.com/razorpay/go-financial/releases/tag/v0.2.0
39
+ [ 1.0.0 ] : https://github.com/razorpay/go-financial/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments