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-17 13:19:59 +02:00
## Nest release
- [ ] lv_btnm: check hide code (\177) at 0. byte position too (if width is not specified)
## v4.2 (released at: 17.08.2017)
2017-08-11 08:11:05 +02:00
- [x] lv_slider: don't let indicator or bar to disappear because of hpad/vpad
2017-08-16 11:40:14 +02:00
- [x] lv_ta: memory leak if deleted in password mode