Update changelog for 2024.12.3

This commit is contained in:
Jesse Hills 2025-01-17 12:25:01 +13:00
parent 2792aa2d20
commit 3be5eb689b
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -40,16 +40,24 @@ This is due to both waning support as it relates to tooling and performance reas
more modern architecture, especially if you're using the ESPHome Device Compiler to build/compile firmware for your
devices.
Release 2024.12.1 - December 19
-------------------------------
- [core] Bugfix: Implement ring buffer with xRingbuffer :esphomepr:`7973` by :ghuser:`kahrendt`
Release 2024.12.2 - December 20
-------------------------------
- [esp32] Fix flash size warning when using IDF :esphomepr:`7983` by :ghuser:`kbx81`
- [esp32_ble] Fix for Improv :esphomepr:`7984` by :ghuser:`kbx81`
Release 2024.12.1 - December 19
-------------------------------
- [core] Bugfix: Implement ring buffer with xRingbuffer :esphomepr:`7973` by :ghuser:`kahrendt`
Release 2024.12.3 - January 17
------------------------------
- Fixed libretiny preference wrongly detecting change in the data to store :esphomepr:`7990` by :ghuser:`szupi-ipuzs`
- [http_request] Bugfix: run update function in a task :esphomepr:`8018` by :ghuser:`kahrendt`
Full list of changes