diff --git a/NEWS.md b/NEWS.md index 397b253784..65c4daa400 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,8 +7,9 @@ ## Bug fixes * DataFrames.jl now checks that passed columns are 1-based as this is a current - design assumption; `mapcols!` makes sure not to create columns being - `AbstractRange` consistently with other methods that add columns to a `DataFrame` + design assumption ([#2594](https://github.com/JuliaData/DataFrames.jl/pull/2594)) +* `mapcols!` makes sure not to create columns being `AbstractRange` consistently + with other methods that add columns to a `DataFrame` ([#2594](https://github.com/JuliaData/DataFrames.jl/pull/2594)) ## New functionalities diff --git a/Project.toml b/Project.toml index acdfd0a924..b81590df22 100644 --- a/Project.toml +++ b/Project.toml @@ -51,4 +51,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [targets] -test = ["Combinatorics", "DataStructures", "DataValues", "Dates", "Logging", "OffsetArrays", "Random", "Test", "Unitful"] +test = ["Combinatorics", "DataStructures", "DataValues", "Dates", "Logging", + "OffsetArrays", "Random", "Test", "Unitful"]