File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments