From df59a1846f482133af2b51efcc78d3fd130531cf Mon Sep 17 00:00:00 2001 From: seaside1 Date: Wed, 20 Sep 2023 12:31:25 +0200 Subject: [PATCH] Update CHANGELOG.md --- doc/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index ce516342..af122858 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,9 @@ +## BETA18 + +- Refactored timers and added method for checking for timer lock by [seaside1](https://github.com/seaside1) PR https://github.com/seaside1/jrule/pull/171 +- Added the ability to configure the name of the package in jrule.conf by [kuimovvg](https://github.com/kuimovvg) PR https://github.com/seaside1/jrule/pull/170 +- Add previousState and a test by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/168 + ## BETA17 - Fix for thing actions without @ActionInput by [seime](https://github.com/seime)PR https://github.com/seaside1/jrule/pull/143