Update to 4.4.8. Read HISTORY.md for more

This commit is contained in:
Gerasimos Maropoulos 2016-10-06 23:23:33 +03:00
parent a000da35c3
commit aa0003eb68

View File

@ -4,7 +4,7 @@
## 4.4.7 -> 4.4.8
- **NEW**: `RequestDecoder` gives the ability to set a custom decoder **per passed object** when `context.ReadJSON` and `context.ReadXML`
- **NEW**: `BodyDecoder` gives the ability to set a custom decoder **per passed object** when `context.ReadJSON` and `context.ReadXML`
```go
// BodyDecoder is an interface which any struct can implement in order to customize the decode action