Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon authored Oct 22, 2021
1 parent df16776 commit b6a8c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#### 3.0.0 - 2021-09-xx (unreleased)
#### 3.0.0 - 2021-10-22
* Deque.Tail performance tweaks
* Fast path for single back element. Avoid traversing list for length multiple times. Use Unchecked.defaultOf<_> rather than an actual element. Thanks @simendsjo
* Expose PersistentVector.rangedIterator. Thanks @simendsjo
* Seq extensions: add tryHeadTail #176. Thanks @knocte
* some helper functions #92. Thanks @sideeffffect
* Enable PersistentVector in Fable #182. Thanks @njlr
* Dependencies update
* Build and test with .NET 5 & Node 14

Expand Down

0 comments on commit b6a8c09

Please sign in to comment.