Skip to content

Commit 5c78457

Browse files
committed
Add NEWS bullet
1 parent 14b3c2c commit 5c78457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# vctrs (development version)
22

3+
* `vec_ptype()` is now generic. The default behavior for S3 classes continues
4+
to use `vec_slice(x, 0L)`, but S3 methods can now be written to improve
5+
performance as required for custom classes.
6+
37
* Fixed an issue where `vctrs_rcrd` objects were not being proxied correctly
48
when used as a data frame column (#1318).
59

0 commit comments

Comments
 (0)