diff --git a/docs/TODO_PATCH.md b/docs/TODO_PATCH.md index d80ffd913..90563e580 100644 --- a/docs/TODO_PATCH.md +++ b/docs/TODO_PATCH.md @@ -7,10 +7,10 @@ The bugfixes of the still not released version are in `beta` branche. Please create an issue to introduce a bug instead of adding pull request to this file. ## v5.1.1 (in progress) -- [ ] lv_line: set line.width ext. size to not trim parts on x = 0, y = 0 coordinates -- [ ] lv_conf.h: add LV_COMPILER_VLA_SUPPORTED -- [ ] lv_group_create: init focus_cb -- [ ] fix of 16 bit image drawing with alpha bytes +- [x] lv_line: set line.width ext. size to not trim parts on x = 0, y = 0 coordinates +- [x] lv_conf.h: add LV_COMPILER_VLA_SUPPORTED +- [x] lv_group_create: init focus_cb +- [x] fix of 16 bit image drawing with alpha bytes ## v5.0.3 (released on: 09.03.2018) - [x] lv_chart: Fix the use of point_num more then 256 (Thanks to upbeat27)