From 8205e0e9ab3e78226d930e86e4563174c5c75b80 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 23 Oct 2018 21:16:18 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a4be364..d0174cf 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -15,6 +15,10 @@ master * [#114](https://github.com/socialcopsdev/camelot/issues/114) Add Makefile and make codecov run only once. [#132](https://github.com/socialcopsdev/camelot/pull/132) by [Vaibhav Mule](https://github.com/vaibhavmule). * Add .editorconfig. [#151](https://github.com/socialcopsdev/camelot/pull/151) by [KOLANICH](https://github.com/KOLANICH). +**Bugfixes** + +* Raise error if the ghostscript executable is not on the PATH variable. [#166](https://github.com/socialcopsdev/camelot/pull/166) by Vinayak Mehta. + **Documentation** * Add "Using conda" section to installation instructions.