From f4ed7360c60b66f657e0c34c3d1500d541f76f18 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Mon, 12 Feb 2024 13:44:21 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda5da11..a7107e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * (theknut) Make ioBroker types available in the test directory (#1091) * (theknut) Add `licenseInformation` field to `io-package.json` (#1092) * (AlCalzone) Remove the `subscribe` start mode (#1093) +* (AlCalzone) Remove the legacy way of creating adapters without classes (#1094) ## 2.6.1 (2024-01-15) * (AlCalzone) Fixed an issue with TypeScript tests caused by #1082 (fixes #1084)