File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.6.4
4
+
5
+ - Feature: [ Compress registry tables by default] ( https://github.com/absinthe-graphql/absinthe/pull/1058 )
6
+ - Bug Fix: [ Fix compilation deadlocks on type imports] ( https://github.com/absinthe-graphql/absinthe/pull/1056 )
7
+ - Bug Fix: [ Raise a better error when string serialization fails] ( https://github.com/absinthe-graphql/absinthe/pull/1062 )
8
+
3
9
## 1.6.3
4
10
5
11
- Bug Fix: [ Fix unicode bug when encoding parse error] ( https://github.com/absinthe-graphql/absinthe/pull/1044 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Absinthe.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/absinthe-graphql/absinthe"
5
- @ version "1.6.3 "
5
+ @ version "1.6.4 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments