Skip to content

Commit dd7738c

Browse files
authored
Bump version to 3.2.3 (#419)
* Add 3.2.3 changes * Bump version to 3.2.3
1 parent b458f94 commit dd7738c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGES
22

3+
## 3.2.3
4+
5+
* Allow BigDecimal accept Float without precision [GH-314]
6+
7+
**@mrzasa**
8+
9+
* Ruby implementation pow, log, exp and sqrt [GH-347] [GH-381]
10+
11+
**@tompng**
12+
13+
* Update document [GH-348] [GH-360] [GH-365]
14+
15+
**@timcraft** **@dduugg** **@mame**
16+
17+
* Lots of bug fixes and refactoring
18+
319
## 3.2.2
420

521
* Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe. [GH-340]

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "bits.h"
3232
#include "static_assert.h"
3333

34-
#define BIGDECIMAL_VERSION "3.2.2"
34+
#define BIGDECIMAL_VERSION "3.2.3"
3535

3636
/* #define ENABLE_NUMERIC_STRING */
3737

0 commit comments

Comments
 (0)