Skip to content

Commit 2ae6f29

Browse files
authored
Release version 1.3.0 (#250)
1 parent 283b007 commit 2ae6f29

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
## Decimal v1.3.0
22

3+
#### FEATURES
4+
- Add NewFromFormattedString initializer [#184](https://github.com/shopspring/decimal/pull/184)
5+
- Add NewNullDecimal initializer [#234](https://github.com/shopspring/decimal/pull/234)
6+
- Add implementation of natural exponent function (Taylor, Hull-Abraham) [#229](https://github.com/shopspring/decimal/pull/229)
7+
- Add RoundUp, RoundDown, RoundCeil, RoundFloor methods [#196](https://github.com/shopspring/decimal/pull/196) [#202](https://github.com/shopspring/decimal/pull/202) [#220](https://github.com/shopspring/decimal/pull/220)
8+
- Add XML support for NullDecimal [#192](https://github.com/shopspring/decimal/pull/192)
9+
- Add IsInteger method [#179](https://github.com/shopspring/decimal/pull/179)
10+
- Add Copy helper method [#123](https://github.com/shopspring/decimal/pull/123)
11+
- Add InexactFloat64 helper method [#205](https://github.com/shopspring/decimal/pull/205)
12+
- Add CoefficientInt64 helper method [#244](https://github.com/shopspring/decimal/pull/244)
13+
314
#### ENHANCEMENTS
4-
- NewFromString optimization [#198](https://github.com/shopspring/decimal/pull/198)
15+
- Performance optimization of NewFromString init method [#198](https://github.com/shopspring/decimal/pull/198)
16+
- Performance optimization of Abs and Round methods [#240](https://github.com/shopspring/decimal/pull/240)
17+
- Additional tests (CI) for ppc64le architecture [#188](https://github.com/shopspring/decimal/pull/188)
518

19+
#### BUGFIXES
20+
- Fix rounding in FormatFloat fallback path (roundShortest method, fix taken from Go main repository) [#161](https://github.com/shopspring/decimal/pull/161)
21+
- Add slice range checks to UnmarshalBinary method [#232](https://github.com/shopspring/decimal/pull/232)
622

723
## Decimal v1.2.0
824

0 commit comments

Comments
 (0)