Skip to content

Commit 5c69ba9

Browse files
committed
Update changelog.
1 parent 546e59b commit 5c69ba9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
#189 #197
11-
12-
#163 #150 #154 #191 #186 #179 #173 #194 #158
13-
1410
### Added
1511

1612
- `HashSet` now implements `From<Vector<A>>` and `From<&Vector<A>> where A: Clone`.
1713

1814
### Fixed
1915

16+
- Fixed a long standing crash bug in `OrdMap`/`OrdSet`. (#154, #143, #152, #124)
17+
- The `union` method on maps/sets will now prefer to mutate the larger set (which leads to less
18+
work) rather than the first set. (#163)
19+
- Ensure `TreeFocus` only implements `Send`/`Sync` when the underlying type does. (#157, #158)
2020
- There was an issue where nodes in very large `OrdMap`s could overflow when removing an element
2121
and cause a panic, which has now been fixed. (#141)
22+
- Assorted doc cleanup. (#150, #173, #186, #194)
2223

2324
## [15.0.0] - 2020-05-15
2425

0 commit comments

Comments
 (0)