Skip to content

Commit 91a2790

Browse files
committed
* prepare version
1 parent ac6969a commit 91a2790

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
## __WORK IN PROGRESS__
55
-->
66

7+
## __WORK IN PROGRESS__
8+
* (foxriver76) Fix some set state checks and logging
9+
* (Apollon77/Stabilostick) Try fix restart on Windows
10+
711
## 3.3.5 (2021-05-01)
812
* (foxriver76/Apollon77) Change loglevel for setState mismatch notifies to "info"
913
* (foxriver76) optimize setState checks to handle Object and mixed correct
@@ -52,7 +56,7 @@
5256
* require common.type on state objects
5357
* if state is read only and we get ack false -> not allowed
5458
* check type of the state.val matching the common.type of the obj
55-
* if it's a number we perform additional checks for min and max
59+
* if it's a number and min/max is defined on object we perform additional checks for min and max
5660
* (bluefox) checkPassword(Async) is now returning two parameters in callback/resolve (first is boolean if password/user are valid, second is the final internal username in form system.user.xxx)
5761

5862
**Developer relevant new Features**

0 commit comments

Comments
 (0)