From 8d9fdb740e3919c1921865be7ae562fe5ae34b64 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 27 May 2019 22:48:45 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 039578f..1957985 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,7 @@ master * [#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. * [#277](https://github.com/socialcopsdev/camelot/issues/277) Sort TableList by order of tables in PDF. [#283](https://github.com/socialcopsdev/camelot/pull/283) by [Sym Roe](https://github.com/symroe). +* [#312](https://github.com/socialcopsdev/camelot/issues/312) `table_regions` throws `ValueError` when `flavor='stream'`. [#332](https://github.com/socialcopsdev/camelot/pull/332) by Vinayak Mehta. 0.7.2 (2019-01-10) ------------------