mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
14 lines
545 B
Markdown
14 lines
545 B
Markdown
# TODOs for patch versions
|
|
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.
|
|
|
|
Bugfixes are done in `bugfix` branche.
|
|
|
|
The bugfixes of the still not released version are in `beta` branche.
|
|
|
|
## Contributing
|
|
Please create an issue to introduce a bug instead of adding pull request to this file.
|
|
|
|
## Next release
|
|
- [x] lv_slider: don't let indicator or bar to disappear because of hpad/vpad
|
|
- [x] lv_ta: memory leak if deleted in password mode
|