Skip to content

Commit d2e360c

Browse files
committed
release
1 parent d56640d commit d2e360c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ Starting from version 0.19.0, CHANGELOG.md is managed in a format that follows <
77
[0.19.0]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.18.22...v0.19.0
88
[0.19.1]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.19.0...v0.19.1
99
[0.19.2]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.19.1...v0.19.2
10+
[0.19.3]: https://github.com/JuliaCollections/DataStructures.jl/compare/v0.19.1...v0.19.3
1011
<!-- links end -->
1112

13+
[0.19.4]
14+
====================
15+
16+
## Fixed
17+
18+
- # Fixed #963: MutableBinaryHeap doesn't work with Abstract / Union Type (#869)
19+
1220
[0.19.3]
1321
=====================
1422

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataStructures"
22
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
3-
version = "0.19.3"
3+
version = "0.19.4"
44

55
[deps]
66
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"

0 commit comments

Comments
 (0)