Skip to content

Commit 38cac5c

Browse files
committed
Version 3.2.0
1 parent 68d17a9 commit 38cac5c

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Version 3.2.0
4+
5+
### Feature
6+
7+
- Add module::find_instance_component() to find a distinct TYPEDEF_* referenced by an instance based on a full name.
8+
9+
### Bugfixes
10+
11+
- The data type members of of FIX_AXIS_PAR and FIX_AXIS_PAR_DIST was changed to float in A2L version 1.7
12+
- Cross-references to elements of INSTANCEs are handled correctly during consistency checks
13+
314
## Version 3.1.1
415

516
### Bugfix

a2lfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a2lfile"
3-
version = "3.1.1"
3+
version = "3.2.0"
44
authors = ["Daniel Thaler <daniel@dthaler.de>"]
55
edition = "2024"
66
description = "read, modify and write a2l files"

0 commit comments

Comments
 (0)