From cd2bbda9a76e7f78fed6bdfffbac21d76097f2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Sun, 29 Sep 2024 10:31:14 +0200 Subject: [PATCH] Update CHANGES to information about backwards incompatible change in driver source. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index a8dbf40..2b01606 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ +ATTENTION! Backwards incompatible change for xmq drivers source. +The field entries must now be inside a fields { ... } group. +The use entries must now be inside a library { ... } group. +The test entries must now be inside a tests { ... } group. + Kzajac83 added the elf2 driver. Thanks kzajac83! Version 1.17.1 2024-08-24