From f6c6485ee915f28cc044c6c4bf8dffeab1e098b1 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Thu, 12 Nov 2015 03:41:47 -0800 Subject: [PATCH] Add history note about status codes. --- history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/history.md b/history.md index 6ffe51f..cf54c34 100644 --- a/history.md +++ b/history.md @@ -68,6 +68,7 @@ This release is largely API compatible, but makes several breaking changes. - Make `Request#transmit` a private method, along with a few others. - Refactor URI parsing to happen earlier, in Request initialization. - When adding URL params, handle URLs that already contain params. +- Add a few more exception classes for obscure HTTP status codes. # 2.0.0.rc1