Skip to content

Commit 567013c

Browse files
authored
Prepare for 1.8 release (#3512)
1 parent a0650b1 commit 567013c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# DataFrames.jl v1.8.0 Release Notes
2+
3+
## Ecosystem compatibility changes
4+
5+
* Make DataFrames.jl hashing consistent with Julia 1.13 and take into account column names when hashing `AbstractDataFrame`
6+
([#3507](https://github.com/JuliaData/DataFrames.jl/issues/3507))
7+
* Require Julia 1.10 and add PrettyTables.jl v3 support
8+
([#3510](https://github.com/JuliaData/DataFrames.jl/issues/3510))
9+
110
# DataFrames.jl v1.7.1 Release Notes
211

312
## Julia compatibility change

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataFrames"
22
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
3-
version = "1.7.1"
3+
version = "1.8.0"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)