From 09b270ab70181b5f56ea62cacae426fe0d42f0a9 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:05:51 +0100 Subject: [PATCH] Update change logs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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