We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b458f94 commit dd7738cCopy full SHA for dd7738c
2 files changed
CHANGES.md
@@ -1,5 +1,21 @@
1
# CHANGES
2
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
19
## 3.2.2
20
21
* Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe. [GH-340]
ext/bigdecimal/bigdecimal.c
@@ -31,7 +31,7 @@
31
#include "bits.h"
32
#include "static_assert.h"
33
34
-#define BIGDECIMAL_VERSION "3.2.2"
+#define BIGDECIMAL_VERSION "3.2.3"
35
36
/* #define ENABLE_NUMERIC_STRING */
37
0 commit comments