From aa0003eb6801c327bb594ba5a79464eb0a6590dd Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Thu, 6 Oct 2016 23:23:33 +0300 Subject: [PATCH] Update to 4.4.8. Read HISTORY.md for more --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 0b071f20..4a48fad0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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