Update change logs

This commit is contained in:
Theo Arends
2026-06-27 10:59:33 +02:00
parent d3eb7505f2
commit 796242fdac
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
## [15.5.0.1]
### Added
- Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian
- Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian (#24857)
### Breaking Changed
### Changed
- MiElHVAC auto-enable i-See widevane when setting AirDirection (#24860)
### Fixed
+4
View File
@@ -114,8 +114,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
## Changelog v15.5.0.1
### Added
- Berry `bytes` methods `setbits`/`getbits` transposed to native and support for big endian [#24857](https://github.com/arendst/Tasmota/issues/24857)
### Breaking Changed
### Changed
- MiElHVAC auto-enable i-See widevane when setting AirDirection [#24860](https://github.com/arendst/Tasmota/issues/24860)
### Fixed