1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/docs/TODO_PATCH.md

14 lines
545 B
Markdown
Raw Normal View History

2017-07-30 13:39:27 +02:00
# TODOs for patch versions
2017-08-11 08:11:05 +02:00
Patch versions (x.y.1, x.y.2) contain bugfixes without changing the API but they can apppear in minor (x.1.0, x.2.0) or major (1.0.0, 2.0.0) versions too.
2017-07-30 13:40:36 +02:00
Bugfixes are done in `bugfix` branche.
2017-07-30 13:39:27 +02:00
2017-08-11 08:11:05 +02:00
The bugfixes of the still not released version are in `beta` branche.
2017-08-04 12:46:25 +02:00
2017-07-30 13:39:27 +02:00
## Contributing
2017-08-11 08:11:05 +02:00
Please create an issue to introduce a bug instead of adding pull request to this file.
2017-07-30 13:39:27 +02:00
2017-08-11 08:11:05 +02:00
## Next release
- [x] lv_slider: don't let indicator or bar to disappear because of hpad/vpad
2017-08-12 11:43:21 +02:00
- [ ] lv_ta: memory leak if deleted in password mode