Skip to content

Commit 1851e11

Browse files
authored
synch NEWS.md between 1.4 and 1.3 branches (#3164)
1 parent ae4c43a commit 1851e11

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

NEWS.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
([#3081](https://github.com/JuliaData/DataFrames.jl/pull/3081))
6767
* Make `subset` preserves group ordering when `ungroup=false` like `subset!` already does
6868
([#3094](https://github.com/JuliaData/DataFrames.jl/pull/3094))
69-
* Fix overly restrictive type assertion in `filter` and `filter!`
70-
([#3155](https://github.com/JuliaData/DataFrames.jl/pull/3155))
7169

7270
## Performance
7371

@@ -85,6 +83,19 @@
8583
* Support `Tables.subset` and move `ByRow` definition to Tables.jl
8684
([#3158](https://github.com/JuliaData/DataFrames.jl/pull/3158))
8785

86+
# DataFrames.jl v1.3.6 Patch Release Notes
87+
88+
## Bug fixes
89+
90+
* Fix overly restrictive type assertion in `filter` and `filter!`
91+
([#3155](https://github.com/JuliaData/DataFrames.jl/pull/3155))
92+
93+
# DataFrames.jl v1.3.5 Patch Release Notes
94+
95+
## Integration change
96+
97+
* Allow version 4 of Compat.jl
98+
8899
# DataFrames.jl v1.3.4 Patch Release Notes
89100

90101
## Bug fixes

0 commit comments

Comments
 (0)