From 7ff8b5b89c4bc100bed65eec06a22ed25273a919 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 20 Apr 2019 21:05:05 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index aee5203..aa5a1c1 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,8 +6,7 @@ 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. +* [#293](https://github.com/socialcopsdev/camelot/issues/293) Split text ignores all text to the right of last cut. [#294](https://github.com/socialcopsdev/camelot/pull/294) by Vinayak Mehta. 0.7.2 (2019-01-10) ------------------