Added note on changes

This commit is contained in:
2026-08-11 06:53:35 +02:00
parent ea61d2bb5b
commit 1c3555956b
+6
View File
@@ -172,6 +172,12 @@
# tab and disable its hooks # tab and disable its hooks
# - update tab property notifications, don't update it too often, clean up X # - update tab property notifications, don't update it too often, clean up X
# properties variables after use, update only changed X properties # properties variables after use, update only changed X properties
#
# 2026-08-10 17:20:53
# - remove variables in copy_properties to free memory
# - call configure() every time on refresh
# - removed throttling to suppress tab property notifications, as they need to
# be applied as every call there is different atom to process.
use Scalar::Util; use Scalar::Util;