Skip to content

Commit

Permalink
Mention performance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jul 15, 2020
1 parent 81f0a48 commit 5edb880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# vctrs 0.3.2

* Fixed a performance issue in `bind_rows()` with S3 columns (#1122,
#1124, #1151, tidyverse/dplyr#5327).

* `vec_slice()` now checks sizes of data frame columns in case the
data structure is corrupt (#552).

Expand All @@ -12,7 +15,6 @@
* New `vec_names2()`, `vec_names()` and `vec_set_names()` (#1173).



# vctrs 0.3.1

* `vec_slice()` no longer restores attributes of foreign objects for
Expand Down

0 comments on commit 5edb880

Please sign in to comment.