Skip to content

Commit 2568a29

Browse files
authored
Release version 1.2.0 (#175)
v1.2
1 parent 480f653 commit 2568a29

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Decimal v1.2.0
2+
3+
#### BREAKING
4+
- Drop support for Go version older than 1.7 [#172](https://github.com/shopspring/decimal/pull/172)
5+
6+
#### FEATURES
7+
- Add NewFromInt and NewFromInt32 initializers [#72](https://github.com/shopspring/decimal/pull/72)
8+
- Add support for Go modules [#157](https://github.com/shopspring/decimal/pull/157)
9+
- Add BigInt, BigFloat helper methods [#171](https://github.com/shopspring/decimal/pull/171)
10+
11+
#### ENHANCEMENTS
12+
- Memory usage optimization [#160](https://github.com/shopspring/decimal/pull/160)
13+
- Updated travis CI golang versions [#156](https://github.com/shopspring/decimal/pull/156)
14+
- Update documentation [#173](https://github.com/shopspring/decimal/pull/173)
15+
- Improve code quality [#174](https://github.com/shopspring/decimal/pull/174)
16+
17+
#### BUGFIXES
18+
- Revert remove insignificant digits [#159](https://github.com/shopspring/decimal/pull/159)
19+
- Remove 15 interval for RoundCash [#166](https://github.com/shopspring/decimal/pull/166)

0 commit comments

Comments
 (0)