You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Change log
2
2
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).
4
4
5
5
## 2.0.0-rc.2 (2024-06-18)
6
6
@@ -104,6 +104,7 @@
104
104
105
105
## 0.22.0 (2023-11-03)
106
106
107
+
-[#493](https://github.com/mobilityhouse/ocpp/issues/493) Reduce use of NotSupportedError in favor of NotImplementedError. Thanks [drc38](@https://github.com/drc38).
107
108
-[#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)
108
109
-[#504](https://github.com/mobilityhouse/ocpp/pull/504) Add missing tech_info attribute to v2.0.1 EventDataType. Thanks [@LokiHokie](https://github.com/LokiHokie)
109
110
-[#381](https://github.com/mobilityhouse/ocpp/issues/381) Add FormationError and OccurrenceConstraintViolationError.
0 commit comments