diff --git a/CHANGELOG.md b/CHANGELOG.md index 198629391..2b6951c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - Support for ESP32-P4 rev.3 (#24146) - Support for Analog Gauges (#24153) - Support for MakeSkyBlue Solar Charger Energy Monitor (#24151) -- Berry `tasmota.micros()` to get time in microseconds +- Berry `tasmota.micros()` to get time in microseconds (#24192) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7a33f25db..a05835719 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -129,6 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `light.get()` direct access to values [#24033](https://github.com/arendst/Tasmota/issues/24033) - Berry `gc_heap` and `gc_time` to `tasmota.memory()` [#24054](https://github.com/arendst/Tasmota/issues/24054) - Berry `tcp.write()` add `offset` and `len` [#24076](https://github.com/arendst/Tasmota/issues/24076) +- Berry `tasmota.micros()` to get time in microseconds [#24192](https://github.com/arendst/Tasmota/issues/24192) ### Breaking Changed