We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ec0f2 commit 49cd96eCopy full SHA for 49cd96e
1 file changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project follows [Semantic Versioning](http://semver.org/).
4
5
+## [1.4.0] - 2021-02-16
6
+- Added support for PHP 8 (thank you @zlodes)
7
+- Added support for mpdecimal 2.5+ #48
8
+- Fixed internal exception when passing negative decimal places to toFixed. #52
9
+
10
## [1.3.0] - 2019-02-11
11
- Fixed sqrt of -INF returning -INF rather than NAN. #13
12
- Disable opcache pass 2 due to numeric string to float casts. Thanks @krakjoe
0 commit comments