From 548bf68405f076aec53843a75da5ccad9487307a Mon Sep 17 00:00:00 2001 From: Adi Date: Thu, 6 Sep 2018 19:55:22 +0300 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1a7d8..f071b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### 1.6.2 +* Fixed an issue that prevented reading files which used certain theme colors. + #### 1.6.1 * Reading columns' widths and rows' heights when passing `read_style=True` to `read_excel`. * Added support for named indexes.