瀏覽代碼

Updates CHANGELOG

Manu Mtz-Almeida 10 年之前
父節點
當前提交
40d41bbe96
共有 1 個文件被更改,包括 13 次插入1 次删除
  1. 13 1
      CHANGELOG.md

+ 13 - 1
CHANGELOG.md

@@ -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)