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 4914cc3 commit 6d01c36Copy full SHA for 6d01c36
CHANGES.md
@@ -1,5 +1,11 @@
1
# CHANGES
2
3
+## 4.0.1
4
+
5
+* Fix warning [GH-475]
6
7
+ **@tompng**
8
9
## 4.0.0
10
11
* `BigDecimal#divmod` return value changed to `[Integer, BigDecimal]` [GH-312]
ext/bigdecimal/bigdecimal.c
@@ -31,7 +31,7 @@
31
#include "bits.h"
32
#include "static_assert.h"
33
34
-#define BIGDECIMAL_VERSION "4.0.0"
+#define BIGDECIMAL_VERSION "4.0.1"
35
36
/* #define ENABLE_NUMERIC_STRING */
37
0 commit comments