Skip to content

Commit 0aa97bb

Browse files
authored
Bump version to 3.3.0 (#437)
* Update changelog for v3.3.0 * Bump version to 3.3.0
1 parent f718178 commit 0aa97bb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

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

3+
## 3.3.0
4+
5+
* Allow calling to_d without arguments [GH-421]
6+
7+
**@fsateler**
8+
9+
* Calculate BigMath.sin and cos in relative precision [GH-422]
10+
11+
**@tompng**
12+
13+
* Add support for tangent function [GH-231]
14+
15+
**@rhannequin**
16+
17+
* BigMath methods accepts numeric as an argument [GH-415]
18+
19+
**@tompng**
20+
21+
* Round result of sqrt and BigMath methods [GH-427]
22+
23+
**@tompng**
24+
325
## 3.2.3
426

527
* Allow BigDecimal accept Float without precision [GH-314]

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "bits.h"
3232
#include "static_assert.h"
3333

34-
#define BIGDECIMAL_VERSION "3.2.3"
34+
#define BIGDECIMAL_VERSION "3.3.0"
3535

3636
/* #define ENABLE_NUMERIC_STRING */
3737

0 commit comments

Comments
 (0)