Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Sep 12, 2022
1 parent 8cdb760 commit 6a966cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 6a966cc

Please sign in to comment.