You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3
133
133
134
134
## Changes
135
135
136
+
* 2.8.0 Fix several bugs on iterators: [#80](https://github.com/garro95/priority-queue/issues/80), [#81](https://github.com/garro95/priority-queue/issues/81)
136
137
* 2.7.0 Support `serde` feature even in `no-std` environments.
137
138
* 2.6.0 Add equivalent trait support for flexible key lookups: [#74](https://github.com/garro95/priority-queue/pull/74). Convert `with_hasher` to const function: [#73](https://github.com/garro95/priority-queue/pull/73). Thanks to [liwenjieQu](https://github.com/liwenjieQu) and [AsakuraMizu](https://github.com/AsakuraMizu)
0 commit comments