Update changelog for 2023.10.2

This commit is contained in:
Jesse Hills 2023-10-24 08:33:10 +13:00
parent 9560cda66b
commit a984861013
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,16 @@ Release 2023.10.1 - October 19
- Create IPv4 sockets if ipv6 is not enabled :esphomepr:`5565` by :ghuser:`jesserockz`
- Incorrect ESP32 Strapping PIN Defined :esphomepr:`5563` by :ghuser:`descipher`
Release 2023.10.2 - October 24
------------------------------
- Fix XOR condition :esphomepr:`5567` by :ghuser:`jesserockz`
- Improv Serial support via USB CDC and JTAG :esphomepr:`5559` by :ghuser:`kbx81`
- Publish the `pulse_meter` total when setting the total :esphomepr:`5475` by :ghuser:`TrentHouliston`
- Remove explicit cast for IPAddress :esphomepr:`5574` by :ghuser:`HeMan`
- Set addr type when copy from ip4_addr_t :esphomepr:`5583` by :ghuser:`HeMan`
- fix canbus send config :esphomepr:`5585` by :ghuser:`ssieb`
- Allow set climate preset to NONE :esphomepr:`5588` by :ghuser:`dentra`
Breaking changes
----------------