Skip to content

Commit 6a966cc

Browse files
committed
Release 1.4.0
1 parent 8cdb760 commit 6a966cc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 1.3.0 (21.12.2021)
412

513
### Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/michalmuskala/jason"
5-
@version "1.3.0"
5+
@version "1.4.0"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)