Update CHANGELOG.md

This commit is contained in:
Javier Provecho Fernandez 2017-04-07 22:17:46 +02:00 committed by GitHub
parent 41316b9ca9
commit a57bb191c7

View File

@ -1,5 +1,31 @@
# CHANGELOG # CHANGELOG
### Gin 1.2
- [NEW] Switch from godeps to govendor
- [NEW] Improve README examples and add extra at examples folder
- [NEW] Improved support with App Engine
- [FIX] Refactor render
- [FIX] Reworked tests
### Gin 1.1.4
- [NEW] Support google appengine for IsTerminal func
### Gin 1.1.3
- [FIX] Reverted Logger: skip ANSI color commands
### Gin 1.1
- [NEW] Implement QueryArray and PostArray methods
- [NEW] Refactor GetQuery and GetPostForm
- [NEW] Add contribution guide
- [FIX] Corrected typos in README
- [FIX] Removed additional Iota
- [FIX] Changed imports to gopkg instead of github in README (#733)
- [FIX] Logger: skip ANSI color commands if output is not a tty
### Gin 1.0rc2 (...) ### Gin 1.0rc2 (...)
- [PERFORMANCE] Fast path for writing Content-Type. - [PERFORMANCE] Fast path for writing Content-Type.