From 4d4e490fa92befcddd0fd34809516e1af2ec9ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Sun, 27 Sep 2020 15:31:53 +0200 Subject: [PATCH] Add missing entry to NEWS.md about `only` support (#2454) --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index e8acee6440..fcbc8d6fcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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