1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13:00 +08:00
lvgl/docs/CHANGELOG.rst

22 lines
973 B
ReStructuredText
Raw Permalink Normal View History

.. _changelog:
Changelog
=========
2024-10-29 12:08:21 +01:00
`v9.2.2 <https://github.com/kisvegabor/lvgl_upstream/compare/v9.2.2...v9.2.1>`__ 29 October 2024
------------------------------------------------------------------------------------------------
2024-08-26 14:47:46 +02:00
2024-10-29 12:08:21 +01:00
This release is a hot fix to revert `932c140 <https://github.com/kisvegabor/lvgl_upstream/commit/932c14086b79aff2a27cd154441f680eb8257311>`__
which makes Kconfig build systems fail.
2024-03-20 10:43:01 +01:00
2024-10-29 12:08:21 +01:00
**It's highly recommended to update v9.2.1 to v9.2.2.**
2024-03-20 10:43:01 +01:00
See the Change log of v9.2.1 `here <https://github.com/lvgl/lvgl/blob/59a6b61c9580b65089010c5273f2fcdd6c4d2aae/docs/CHANGELOG.rst>`__ .
2024-03-20 10:43:01 +01:00
Fixes
~~~~~
2024-10-29 12:08:21 +01:00
- **Revert "fix(kconfig): add LV_ATTRIBUTE_MEM_ALIGN, LV_ATTRIBUTE_LARGE_CONST and LV_SYSMON_GET_IDLE configs (#7131)"** `932c140 <https://github.com/kisvegabor/lvgl_upstream/commit/932c14086b79aff2a27cd154441f680eb8257311>`__
- **fix(nuttx): fix assert when release LCD draw buffer** `7159 <https://github.com/kisvegabor/lvgl_upstream/pull/7159>`__
2024-03-20 10:43:01 +01:00