Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGES

## 4.0.1

* Fix warning [GH-475]

**@tompng**

## 4.0.0

* `BigDecimal#divmod` return value changed to `[Integer, BigDecimal]` [GH-312]
Expand Down
2 changes: 1 addition & 1 deletion ext/bigdecimal/bigdecimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "bits.h"
#include "static_assert.h"

#define BIGDECIMAL_VERSION "4.0.0"
#define BIGDECIMAL_VERSION "4.0.1"

/* #define ENABLE_NUMERIC_STRING */

Expand Down