From 7850897b818880be32ea94c789fe8609c1855ee0 Mon Sep 17 00:00:00 2001 From: Shuvalov Anton Date: Wed, 7 Oct 2015 00:11:14 +0300 Subject: [PATCH] update history.md --- history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.md b/history.md index 1b8a787..11be798 100644 --- a/history.md +++ b/history.md @@ -3,7 +3,7 @@ - added ability to set custom timeout for requests [#8](https://github.com/shuvalov-anton/superagent-mocker/issues/8) - added a method to clear all registered handlers [#10](https://github.com/shuvalov-anton/superagent-mocker/issues/10) -- Pass errors thrown in mock into the callback [#12](https://github.com/shuvalov-anton/superagent-mocker/issues/10) +- errors in mocks now throws into callbacks [#12](https://github.com/shuvalov-anton/superagent-mocker/issues/10) - added support for headers and send method [#11](https://github.com/shuvalov-anton/superagent-mocker/issues/11) - tests improved