We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf735f commit 219cb2eCopy full SHA for 219cb2e
CHANGES.md
@@ -1,5 +1,15 @@
1
# CHANGES
2
3
+## 4.1.1
4
+
5
+* Make BigDecimal object embedded [GH-507]
6
7
+ **@byroot**
8
9
+* Multiplication with 16-decdig batch [GH-501] [GH-511]
10
11
+ **@tompng**
12
13
## 4.1.0
14
15
* Drop Ruby 2.5 support [GH-505]
ext/bigdecimal/bigdecimal.c
@@ -33,7 +33,7 @@
33
#include "div.h"
34
#include "static_assert.h"
35
36
-#define BIGDECIMAL_VERSION "4.1.0"
+#define BIGDECIMAL_VERSION "4.1.1"
37
38
/* Make sure VPMULT_BATCH_SIZE*BASE*BASE does not overflow DECDIG_DBL */
39
#define VPMULT_BATCH_SIZE 16
0 commit comments