We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f34991 commit 2d932f4Copy full SHA for 2d932f4
CHANGES.md
@@ -1,5 +1,11 @@
1
# CHANGES
2
3
+## 3.3.1
4
+
5
+* All BigMath methods converts non integer precision with to_int
6
7
+ **@tompng**
8
9
## 3.3.0
10
11
* Allow calling to_d without arguments [GH-421]
ext/bigdecimal/bigdecimal.c
@@ -31,7 +31,7 @@
31
#include "bits.h"
32
#include "static_assert.h"
33
34
-#define BIGDECIMAL_VERSION "3.3.0"
+#define BIGDECIMAL_VERSION "3.3.1"
35
36
/* #define ENABLE_NUMERIC_STRING */
37
0 commit comments