| OLD | NEW |
| 1 ## 1.1.0 |
| 2 |
| 3 * Add a `QueueList` class that implements both `Queue` and `List`. |
| 4 |
| 1 ## 0.9.4 | 5 ## 0.9.4 |
| 2 | 6 |
| 3 * Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom | 7 * Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom |
| 4 equality relation. | 8 equality relation. |
| 5 | 9 |
| 6 ## 0.9.3+1 | 10 ## 0.9.3+1 |
| 7 | 11 |
| 8 * Fix all analyzer hints. | 12 * Fix all analyzer hints. |
| 9 | 13 |
| 10 ## 0.9.3 | 14 ## 0.9.3 |
| 11 | 15 |
| 12 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s | 16 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s |
| 13 keys. | 17 keys. |
| 14 | 18 |
| 15 * Add a `MapValueSet` class that takes a function from values to keys and uses | 19 * Add a `MapValueSet` class that takes a function from values to keys and uses |
| 16 it to expose a `Set` view of a `Map`'s values. | 20 it to expose a `Set` view of a `Map`'s values. |
| OLD | NEW |