diff --git a/docs/v6_migration.rst b/docs/v6_migration.rst index f372ff1f99..6580f1cd96 100644 --- a/docs/v6_migration.rst +++ b/docs/v6_migration.rst @@ -116,6 +116,8 @@ Other Misc Changes - When a method is unavailable from a node provider (i.e. a response error code of -32601 is returned), a ``MethodUnavailable`` error is now raised instead of ``ValueError`` +- Logs' `data` field was previously formatted with `to_ascii_if_bytes`, now formatted to `HexBytes` +- Receipts' `type` field was previously not formatted, now formatted with `to_integer_if_hex` Removals ~~~~~~~~ diff --git a/newsfragments/2907.doc.rst b/newsfragments/2907.doc.rst new file mode 100644 index 0000000000..537b8e47d0 --- /dev/null +++ b/newsfragments/2907.doc.rst @@ -0,0 +1 @@ +Added breaking changes from pr2448 to v6 migration guide