From 6a966cc4a41927804e51ee94a08826e519402c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Muska=C5=82a?= Date: Mon, 12 Sep 2022 21:50:20 +0200 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 526e9a6..80713df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.4.0 (12.09.2022) + +### Enhancements + +* Use the `:erlang.float_to_binary(_, [:short])` function, instead of `io_lib_format.fwrite_g/1` + where available (OTP 24.1+). This provides equivalent output with much less memory used + and significantly improved performance. + ## 1.3.0 (21.12.2021) ### Enhancements diff --git a/mix.exs b/mix.exs index 8f5b085..5d1baf1 100644 --- a/mix.exs +++ b/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 [