Closed TeofilC closed 1 month ago
This is a CapNo rather than a CapSet. The event stores this as an Int32, but CapNo is an Int16. So we need to do some conversions.
Resolves #84
NB: this is a breaking change, as we change the type and name of this field
Maybe a sentence in the changelog? It's not entirely defunct, it seems.
I've added a changelog entry now
Merged. Thank you, @TeofilC!
This is a CapNo rather than a CapSet. The event stores this as an Int32, but CapNo is an Int16. So we need to do some conversions.
Resolves #84
NB: this is a breaking change, as we change the type and name of this field