Skip to content

Commit a3631a1

Browse files
committed
Update CHANGELOG
1 parent 4f16712 commit a3631a1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Non-collectable elements are various sub-elements to collectable elements.
2626
* DataReceiveErrorEvent | DATA-RECEIVE-ERROR-EVENT
2727
* DataSendCompletedEvent | DATA-SEND-COMPLETED-EVENT
2828
* DataWriteCompletedEvent | DATA-WRITE-COMPLETED-EVENT
29+
* ExclusiveAreaRefConditional | EXCLUSIVE-AREA-REF-CONDITIONAL
30+
* ExecutableEntityActivationReason | EXECUTABLE-ENTITY-ACTIVATION-REASON
2931
* ExternalTriggerOccurredEvent | EXTERNAL-TRIGGER-OCCURRED-EVENT
3032
* InitEvent | INIT-EVENT
3133
* InternalTriggerOccurredEvent | INTERNAL-TRIGGER-OCCURRED-EVENT
@@ -40,6 +42,22 @@ Non-collectable elements are various sub-elements to collectable elements.
4042
* TimingEvent | TIMING-EVENT
4143
* TransformerHardErrorEvent | TRANSFORMER-HARD-ERROR-EVENT
4244

45+
#### XML - Reference elements
46+
47+
* AbstractProvidedPortPrototypeRef
48+
* AbstractRequiredPortPrototypeRef
49+
* AsynchronousServerCallResultPointRef
50+
* ExclusiveAreaNestingOrderRef
51+
* ExclusiveAreaRef
52+
* InternalTriggeringPointRef
53+
* ModeSwitchPointRef
54+
* RunnableEntityRef
55+
* SwcImplementationRef
56+
* SwcInternalBehaviorRef
57+
* TriggerRef
58+
* VariableAccessRef
59+
60+
4361
### Fixed
4462

4563
* Fixed parsing error on elements containing `ADMIN-DATA`.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "autosar"
3-
version = "0.5.4a3"
3+
version = "0.5.4b1"
44
description = "A set of Python modules for working with AUTOSAR XML files"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)