We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdb760 commit 6a966ccCopy full SHA for 6a966cc
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.4.0 (12.09.2022)
4
+
5
+### Enhancements
6
7
+* Use the `:erlang.float_to_binary(_, [:short])` function, instead of `io_lib_format.fwrite_g/1`
8
+ where available (OTP 24.1+). This provides equivalent output with much less memory used
9
+ and significantly improved performance.
10
11
## 1.3.0 (21.12.2021)
12
13
### Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
use Mix.Project
@source_url "https://github.com/michalmuskala/jason"
- @version "1.3.0"
+ @version "1.4.0"
def project() do
[
0 commit comments