# Changelog ### Next (Master - Unstable) - fix `Content-Type` contains `json` check - add support for request timing `Unirest.get(...).time().end()` - add support for sending `json` arrays - add `Unirest.Response.statusCodes` dictionary for response code sugar properties - add check for GZIP empty body error - add check for [MSIE `1223` status code](http://stackoverflow.com/questions/10046972/msie-returns-status-code-of-1223-for-ajax-request) - update `request` to `2.65.0` - update documentation and typos - remove `Unirest.params` - lint code to adhere to `standard`