Updates CHANGELOG

This commit is contained in:
Manu Mtz-Almeida 2015-05-24 17:45:31 +02:00
parent 98951c44aa
commit 40d41bbe96
1 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
#Changelog
#CHANGELOG
###Gin 1.0rc2 (...)
- [PERFORMANCE] Fast path for writting Content-Type.
- [FIX] Better approach to avoid directory listing in StaticFS()
- [FIX] Context.ClientIP() always returns the IP with trimmed spaces.
- [FIX] Better warning when running in debug mode.
- [FIX] Google App Engine integration. debugPrint does not use os.Stdout
- [FIX] Fixes integer overflow in error type
- [FIX] Error implements the json.Marshaller interface
- [FIX] MIT license in every file
###Gin 1.0rc1 (May 22, 2015)