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: src/docs/asciidoc/release_notes.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -868,6 +868,8 @@ use constructor `RowDescriptor(List<FieldDescriptor>, DatatypeCoder)`
868
868
* `RowDescriptorBuilder`
869
869
** `toRowDescriptor()` can no longer build an incomplete row descriptor, and throws an `IllegalStateException` if one or more fields have not been defined.
870
870
There is no replacement to build incomplete row descriptors.
871
+
* `FBCachedBlob`
872
+
** Constructor `FBCachedBlob(byte[])` no longer accepts `null`.
0 commit comments