From 6e9f34809cd3d9fadfcdf79d5b6f56185654ca7c Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 20 Sep 2023 19:19:43 +0400 Subject: [PATCH] Update changelog --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ca5d35c..c1d5c49 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ The type of script is determined by the line (meta tag) at the beginning of the # Changelog +### 4.9.0 + +* The `apps` module now has an `apps()` function that returns a table with app details, including the app icon; +* The `phone:contacts()` function now returns an icon that can be used in the side menu; +* The `apps:request_icons()` and `phone:request_icons()` functions are deprecated. + ### 4.8.0 * Side menu scripts support;