You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/changelog/2025.11.0.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -526,6 +526,21 @@ The 2025.11 release blog posts include comprehensive migration examples for comm
526
526
527
527
<!-- markdownlint-disable MD013 -->
528
528
529
+
## Release 2025.11.4 - December 4
530
+
531
+
<details>
532
+
<summary></summary>
533
+
534
+
- [esp32] Add build flag to suppress noexecstack message [esphome#12272](https://github.com/esphome/esphome/pull/12272) by [@clydebarrow](https://github.com/clydebarrow)
535
+
- [ld2420] Add missing USE_SELECT ifdefs [esphome#12275](https://github.com/esphome/esphome/pull/12275) by [@swoboda1337](https://github.com/swoboda1337)
536
+
- [config] Provide path for `has_at_most_one_of` messages [esphome#12277](https://github.com/esphome/esphome/pull/12277) by [@clydebarrow](https://github.com/clydebarrow)
537
+
- [es8311] Remove MIN and MAX from mic_gain enum options [esphome#12281](https://github.com/esphome/esphome/pull/12281) by [@swoboda1337](https://github.com/swoboda1337)
538
+
- [esp32_hosted] Fix build and bump IDF component version to 2.7.0 [esphome#12282](https://github.com/esphome/esphome/pull/12282) by [@swoboda1337](https://github.com/swoboda1337)
539
+
- [CI] Trigger generic version notifier job on release [esphome#12292](https://github.com/esphome/esphome/pull/12292) by [@jesserockz](https://github.com/jesserockz)
540
+
- [scheduler] Fix use-after-free when cancelling timeouts from non-main-loop threads [esphome#12288](https://github.com/esphome/esphome/pull/12288) by [@bdraco](https://github.com/bdraco)
0 commit comments