Merge branch 'develop' | Update AUTHORS and CHANGELOG

This commit is contained in:
Javier Provecho Fernandez
2015-02-04 13:18:37 +01:00
21 changed files with 843 additions and 335 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
#Changelog
###Gin 0.5 (Jan 4, 2015)
- [NEW] Content Negotiation
- [FIX] Solved security bug that allow a client to spoof ip
- [FIX] Fix unexported/ignored fields in binding
###Gin 0.4 (Aug 21, 2014)
- [NEW] Development mode
@@ -34,7 +41,7 @@
- [NEW] New API for serving static files. gin.Static()
- [NEW] gin.H() can be serialized into XML
- [NEW] Typed errors. Errors can be typed. Internet/external/custom.
- [NEW] Support for Godebs
- [NEW] Support for Godeps
- [NEW] Travis/Godocs badges in README
- [NEW] New Bind() and BindWith() methods for parsing request body.
- [NEW] Add Content.Copy()