From 8077d64932fa0cfc142983df0f76d5e6de1b3648 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:48:11 +1300 Subject: [PATCH] Update changelog for 2023.10.0 --- changelog/2023.10.0.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog/2023.10.0.rst b/changelog/2023.10.0.rst index 01edb8322..dada26f06 100644 --- a/changelog/2023.10.0.rst +++ b/changelog/2023.10.0.rst @@ -56,11 +56,6 @@ Breaking Changes - Do not enable SHT3x heater by default. Fixes #4886. :esphomepr:`5445` by :ghuser:`jkl1337` (breaking-change) - Fix units for SPS30 number concentration sensors :esphomepr:`5452` by :ghuser:`kahrendt` (breaking-change) -Notable Changes -^^^^^^^^^^^^^^^ - -- Add xor automation condition :esphomepr:`5453` by :ghuser:`kahrendt` (notable-change) - Beta Changes ^^^^^^^^^^^^ @@ -79,6 +74,11 @@ Beta Changes - SML: fix incomplete sign extension for abbreviated transmissions :esphomepr:`5544` by :ghuser:`fblaese` - esp32_improv advertise capabilities and state in ble service data :esphomepr:`5553` by :ghuser:`jesserockz` +Notable Changes +^^^^^^^^^^^^^^^ + +- Add xor automation condition :esphomepr:`5453` by :ghuser:`kahrendt` (notable-change) + All changes ^^^^^^^^^^^ @@ -123,6 +123,7 @@ All changes - As3935 calibration :esphomepr:`5366` by :ghuser:`mveinot` - Small fixes for voice assistant :esphomepr:`5513` by :ghuser:`synesthesiam` - Add detail param to allow listing of select options in WebServer REST API :esphomepr:`5503` by :ghuser:`DanielBaulig` +- Bump curl to 7.74.0-1.3+deb11u10 :esphomepr:`5517` by :ghuser:`jesserockz` - Update htu21d.cpp, fix publishing of heater level :esphomepr:`5520` by :ghuser:`Nippey` - BD5758D - Add delays and ACKs :esphomepr:`5524` by :ghuser:`Cossid` - Update Improv BLE component :esphomepr:`5518` by :ghuser:`jesserockz`