mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
16 lines
493 B
Markdown
16 lines
493 B
Markdown
# TODOs for patch versions
|
|
Patch versions (x.y.1, x.y.2) contains 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) version too.
|
|
|
|
Bugfixes are done in `bugfix` branche.
|
|
|
|
The bugfixes of the still not released version are in beta.
|
|
|
|
## Contributing
|
|
Please create an issue to introduce a buf instead of adding pull request to this file.
|
|
|
|
## Known issues
|
|
* ...
|
|
|
|
## v4.2
|
|
- [x] lv_slider: don't indicator or bar to disappear because of hpad/vpad
|