Skip to content

Commit 0dfe7f3

Browse files
committed
Update NEWS for #302 fix
1 parent 1db06f1 commit 0dfe7f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ naming convention: `Length1` is the unknown (predicted) length and `Length2`
3939
is the known (predictor), so the formula is `Length1 = a + b * Length2`
4040
(fix for #290).
4141

42+
`fb_tbl()` now handles tables with embedded null bytes in string columns
43+
by dropping the affected column(s) with a warning rather than failing entirely.
44+
This fixes `ecosystem()` and `species_by_ecosystem()` with
45+
`server = "sealifebase"` (fix for #302).
46+
4247
v 5.0.2
4348
-------
4449

0 commit comments

Comments
 (0)