Skip to content

Commit 7162faa

Browse files
committed
Bump version to v4.1.2
1 parent 8050ec7 commit 7162faa

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGES.md

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

3+
## 4.1.2
4+
5+
* Fix dtoa Ractor-safety bug. Update dtoa to version from Ruby 4.0 [GH-528]
6+
7+
**@jhawthorn**
8+
9+
* Optimize BigDecimal#to_s [GH-519]
10+
11+
**@byroot**
12+
313
## 4.1.1
414

515
* Make BigDecimal object embedded [GH-507]

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "div.h"
3434
#include "static_assert.h"
3535

36-
#define BIGDECIMAL_VERSION "4.1.1"
36+
#define BIGDECIMAL_VERSION "4.1.2"
3737

3838
/* Make sure VPMULT_BATCH_SIZE*BASE*BASE does not overflow DECDIG_DBL */
3939
#define VPMULT_BATCH_SIZE 16

0 commit comments

Comments
 (0)