diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..e580020 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,8 @@ +# Changelog +## Version 1.0.1 + - fix a bug where referring to array elements using angle brackets (array[0]) did not work corrctly + - fix a bug in --insert-characteristic and --insert-measurement where these could only reference variables, but not array elements or struct members + - allow creating new a2l files using the option --create + +## Version 1.0.0 + - initial stable release