-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.2
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Decimal v1.2.0 | ||
|
||
#### BREAKING | ||
- Drop support for Go version older than 1.7 [#172](https://github.com/shopspring/decimal/pull/172) | ||
|
||
#### FEATURES | ||
- Add NewFromInt and NewFromInt32 initializers [#72](https://github.com/shopspring/decimal/pull/72) | ||
- Add support for Go modules [#157](https://github.com/shopspring/decimal/pull/157) | ||
- Add BigInt, BigFloat helper methods [#171](https://github.com/shopspring/decimal/pull/171) | ||
|
||
#### ENHANCEMENTS | ||
- Memory usage optimization [#160](https://github.com/shopspring/decimal/pull/160) | ||
- Updated travis CI golang versions [#156](https://github.com/shopspring/decimal/pull/156) | ||
- Update documentation [#173](https://github.com/shopspring/decimal/pull/173) | ||
- Improve code quality [#174](https://github.com/shopspring/decimal/pull/174) | ||
|
||
#### BUGFIXES | ||
- Revert remove insignificant digits [#159](https://github.com/shopspring/decimal/pull/159) | ||
- Remove 15 interval for RoundCash [#166](https://github.com/shopspring/decimal/pull/166) |