ctrie v0.2 Release Notes
Release Date: 2017-09-29 // almost 7 years ago-
- 🐎 Change return types of
insertIfAbsent
,insert
anddelete
to indicate whether or not a value has been inserted/deleted. This is a breaking change, but it should be trivial to adapt your code. There are no changes in performance. Thanks to Tom Shackell for proposing this change.
- 🐎 Change return types of
Previous changes from v0.1.0.3
-
- ⚠ Eliminate a redundant import warning on GHC 7.10
- Loosen dependency bounds