1
0
Fork 0

[C] Updated ChangeLog

This commit is contained in:
seleznevae 2019-08-29 09:29:03 +03:00
parent 64dbd4c2c4
commit acbe090bcd
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- Added support for UTF-8 strings (`ft_u8write`, `ft_u8printf` ...).
- Added getters for current cell (`cur_col`, `cur_row`, `cur_cell`) to C++ API.
- Enabled wide character and UTF-8 support by default.
### Internal