Skip to content

Commit a829ad8

Browse files
authored
Update CHANGELOG.md
1 parent 20f9079 commit a829ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
- [#506](https://github.com/mobilityhouse/ocpp/issues/506) Reduce use of NotSupportedError in favor of ValidationError when validating payload. Thanks [@drc38](@https://github.com/drc38).
3+
- [#506](https://github.com/mobilityhouse/ocpp/pull/506) Replace NotImplementedError with ValidationError when an OSError occurs. Thanks [drc38](@https://github.com/drc38).
44

55
## 2.0.0-rc.2 (2024-06-18)
66

@@ -104,6 +104,7 @@
104104

105105
## 0.22.0 (2023-11-03)
106106

107+
- [#493](https://github.com/mobilityhouse/ocpp/issues/493) Reduce use of NotSupportedError in favor of NotImplementedError. Thanks [drc38](@https://github.com/drc38).
107108
- [#278](https://github.com/mobilityhouse/ocpp/pull/278) Fix types for attributes of OCPP 1.6's type `IdTagInfo`. Thanks [@chan-vince](https://github.com/chan-vince)
108109
- [#504](https://github.com/mobilityhouse/ocpp/pull/504) Add missing tech_info attribute to v2.0.1 EventDataType. Thanks [@LokiHokie](https://github.com/LokiHokie)
109110
- [#381](https://github.com/mobilityhouse/ocpp/issues/381) Add FormationError and OccurrenceConstraintViolationError.

0 commit comments

Comments
 (0)