Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu committed Oct 14, 2024
1 parent 4f16712 commit a3631a1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Non-collectable elements are various sub-elements to collectable elements.
* DataReceiveErrorEvent | DATA-RECEIVE-ERROR-EVENT
* DataSendCompletedEvent | DATA-SEND-COMPLETED-EVENT
* DataWriteCompletedEvent | DATA-WRITE-COMPLETED-EVENT
* ExclusiveAreaRefConditional | EXCLUSIVE-AREA-REF-CONDITIONAL
* ExecutableEntityActivationReason | EXECUTABLE-ENTITY-ACTIVATION-REASON
* ExternalTriggerOccurredEvent | EXTERNAL-TRIGGER-OCCURRED-EVENT
* InitEvent | INIT-EVENT
* InternalTriggerOccurredEvent | INTERNAL-TRIGGER-OCCURRED-EVENT
Expand All @@ -40,6 +42,22 @@ Non-collectable elements are various sub-elements to collectable elements.
* TimingEvent | TIMING-EVENT
* TransformerHardErrorEvent | TRANSFORMER-HARD-ERROR-EVENT

#### XML - Reference elements

* AbstractProvidedPortPrototypeRef
* AbstractRequiredPortPrototypeRef
* AsynchronousServerCallResultPointRef
* ExclusiveAreaNestingOrderRef
* ExclusiveAreaRef
* InternalTriggeringPointRef
* ModeSwitchPointRef
* RunnableEntityRef
* SwcImplementationRef
* SwcInternalBehaviorRef
* TriggerRef
* VariableAccessRef


### Fixed

* Fixed parsing error on elements containing `ADMIN-DATA`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "autosar"
version = "0.5.4a3"
version = "0.5.4b1"
description = "A set of Python modules for working with AUTOSAR XML files"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit a3631a1

Please sign in to comment.