From 80f6870117cb02dd6b387e7c7072021ba6106039 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 5 Oct 2018 20:21:02 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 5966829..3967a58 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,6 +12,7 @@ Release History * [#123](https://github.com/socialcopsdev/camelot/issues/123) Make PEP8 compatible. [#125](https://github.com/socialcopsdev/camelot/pull/125) by [Oshawk](https://github.com/Oshawk). * [#110](https://github.com/socialcopsdev/camelot/issues/110) Add more tests. Coverage is now at 84%! + * Add tests for `__repr__`. [#128](https://github.com/socialcopsdev/camelot/pull/128) by [Vaibhav Mule](https://github.com/vaibhavmule). * Add tests for CLI. [#122](https://github.com/socialcopsdev/camelot/pull/122) by [Vaibhav Mule](https://github.com/vaibhavmule) and [#117](https://github.com/socialcopsdev/camelot/pull/117) by Vinayak Mehta. * Add tests for errors/warnings. [#113](https://github.com/socialcopsdev/camelot/pull/113) by Vinayak Mehta. * Add tests for output formats and parser kwargs. [#126](https://github.com/socialcopsdev/camelot/pull/126) by Vinayak Mehta.