Skip to content

Commit 4d4e490

Browse files
authored
Add missing entry to NEWS.md about only support (#2454)
1 parent 8ea2edf commit 4d4e490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
* `filter`, `sort`, `dropmissing`, and `unique` now support a `view` keyword argument
6868
which if set to `true` makes them retun a `SubDataFrame` view into the passed
6969
data frame.
70+
* add `only` method for `AbstractDataFrame` ([#2449](https://github.com/JuliaData/DataFrames.jl/pull/2449))
7071

7172
## Deprecated
7273

0 commit comments

Comments
 (0)