From 3071548898bef381253f3b8d9517d6a247bf33e9 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 20 Apr 2019 21:04:09 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2dd00f5..aee5203 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,12 +4,17 @@ Release History master ------ +**Bugfixes** + +* Fix split text bug. [#294](https://github.com/socialcopsdev/camelot/pull/294) by Vinayak Mehta. + * When a text string spans multiple columns, the last split chunk is completely ignored. + 0.7.2 (2019-01-10) ------------------ - **Bugfixes** +**Bugfixes** - * [#245](https://github.com/socialcopsdev/camelot/issues/245) Fix AttributeError for encrypted files. [#251](https://github.com/socialcopsdev/camelot/pull/251) by Yatin Taluja. +* [#245](https://github.com/socialcopsdev/camelot/issues/245) Fix AttributeError for encrypted files. [#251](https://github.com/socialcopsdev/camelot/pull/251) by Yatin Taluja. 0.7.1 (2019-01-06)