Skip to content

Commit

Permalink
Add missing entry to NEWS.md about only support (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Sep 27, 2020
1 parent 8ea2edf commit 4d4e490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
* `filter`, `sort`, `dropmissing`, and `unique` now support a `view` keyword argument
which if set to `true` makes them retun a `SubDataFrame` view into the passed
data frame.
* add `only` method for `AbstractDataFrame` ([#2449](https://github.com/JuliaData/DataFrames.jl/pull/2449))

## Deprecated

Expand Down

0 comments on commit 4d4e490

Please sign in to comment.