Skip to content

Commit 90de713

Browse files
committed
Update CHANGELOG for v5.11.2
Signed-off-by: Florian Hotze <[email protected]>
1 parent 2a790b3 commit 90de713

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
| Bugfix | `items` | Item: Declare null as allowed value for `sendCommand`, `postUpdate` | [#452](https://github.com/openhab/openhab-js/pull/452) | no |
1212
| Enhancement | `Quantity` | Export Quantity class type definition | [#454](https://github.com/openhab/openhab-js/pull/454) | no |
1313

14+
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/43).
15+
16+
## 5.11.2
17+
18+
| Type | Namespace | Description | Reference | Breaking |
19+
|-------------|---------------|-----------------------------------------------------------------------------------|--------------------------------------------------------|----------|
20+
| Bugfix | `items` | Fix `NULL` Item state (UnDefType) not recognized as `null` | [#448](https://github.com/openhab/openhab-js/pull/448) | no |
21+
| Bugfix | `Quantity` | Fix `.unit` returns null if there is a valid unit | [#449](https://github.com/openhab/openhab-js/pull/449) | no |
22+
| Bugfix | `items` | Item: Declare null as allowed value for `sendCommand`, `postUpdate` | [#452](https://github.com/openhab/openhab-js/pull/452) | no |
23+
24+
Also see [`v5.11.1...v5.11.2`](https://github.com/openhab/openhab-js/compare/v5.11.1...v5.11.2).
25+
1426
## 5.11.1 (5.11.0)
1527

1628
| Type | Namespace | Description | Reference | Breaking |
@@ -275,6 +287,7 @@ Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone
275287

276288
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/19).
277289

290+
278291
## 4.5.1
279292

280293
| Type | Namespace | Description | Reference | Breaking |
@@ -434,6 +447,7 @@ Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone
434447
| Docs | | Update timer docs | [#161](https://github.com/openhab/openhab-js/pull/161) | No |
435448
| Bugfix | `actions` | Fix `get()`, `thingActions()` & dynamic exports | [#165](https://github.com/openhab/openhab-js/pull/165) | No |
436449

450+
437451
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/5).
438452

439453
## 2.0.3
@@ -444,6 +458,7 @@ Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone
444458
| Enhancement | `items` | ItemHistory: Add missing methods & Enable type defs | [#158](https://github.com/openhab/openhab-js/pull/158) | No |
445459
| Docs | `actions` | Update docs for naming timers | [#160](https://github.com/openhab/openhab-js/pull/160) | No |
446460

461+
447462
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/4).
448463

449464
## 2.0.2

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This library is included by default in the openHAB [JavaScript Scripting add-on]
1818
- [Adding Actions](#adding-actions)
1919
- [UI Event Object](#ui-event-object)
2020
- [Scripting Basics](#scripting-basics)
21-
- [`let` and `const`](#let-and-const)
2221
- [`require`](#require)
2322
- [`console`](#console)
2423
- [Timers](#timers)

0 commit comments

Comments
 (0)