From c596d156d378977642c39b52e47231544924736c Mon Sep 17 00:00:00 2001 From: seleznevae Date: Tue, 4 Feb 2020 22:18:37 +0300 Subject: [PATCH] [A] Add changelog entry --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 0a48b47..992046d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,6 +8,10 @@ - Add new table property `adding_strategy` (2 strategies available - replace(default) and insert). - Add function `ft_row_count` (`row_count` in C++ API) to get number of rows in the table. +### Bug fixes + +- Fix incorrect cell width evaluation in case of invisible symbols + ### Internal - Refactoring of code that uses vectors.