1
0
Fork 0

[A] Add changelog entry

This commit is contained in:
seleznevae 2020-02-04 22:18:37 +03:00
parent 3cc961f958
commit c596d156d3
1 changed files with 4 additions and 0 deletions

View File

@ -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.