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