docs: add changelog entry for gpb upgrade

This commit is contained in:
Kjell Winblad 2023-08-30 11:29:29 +02:00
parent 2b2e84b83c
commit fa9326f8ca
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Enhanced Google ProtoBuf schema registry support: Now, when assigning a float to an integer using the rule engine functions `schema_encode` or `sparkplug_encode`, a `gpb_type_error` will be raised instead of the previous `badarith` error.