File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog  
22
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+ 
39## 1.6.3  
410
511-  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
22  use  Mix.Project 
33
44  @ source_url  "https://github.com/absinthe-graphql/absinthe" 
5-   @ version  "1.6.3 " 
5+   @ version  "1.6.4 " 
66
77  def  project  do 
88    [ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments