Skip to content

Commit a0566c7

Browse files
author
Alexander Pann
authored
Merge pull request #1149 from IETS3/bugfix/less_strict_unit_comparison_extension
2 parents 67eade3 + 4f7920a commit a0566c7

File tree

5 files changed

+475
-203
lines changed

5 files changed

+475
-203
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ The project does _not_ follow Semantic Versioning and the changes are documented
1212
- Hexadecimal attributes are now better visible in the diff view.
1313
- Negative decimal values are now correctly converted to hexadecimal values.
1414

15-
### Changes
15+
### Changed
1616

1717
- It is now possible to customize where hex values are enabled. With PrimitiveTypeMapper#filterHexadecimalSupportingNodes you can now enable/disable them for specific nodes.
1818

19+
### Added
20+
21+
- If two quantities are compatible but implicit conversions are not enabled, this check can now be disabled through setting `IUnitLangConfig#allowMixingUnitPrefixesWithoutConversions` to true for the `PhysUnitLangConfig` extension point.
22+
1923
## October 2024
2024

2125
### Fixed

0 commit comments

Comments
 (0)