| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..77d2a474399ee893f899624a9debdbe2c7ea3225
|
| --- /dev/null
|
| +++ b/CHANGELOG.md
|
| @@ -0,0 +1,27 @@
|
| +#### 1.0.1
|
| + * Fix all strong-mode warnings and errors.
|
| +
|
| +#### 1.0.0
|
| + * Remove _hash function and use quiver_hashcode package instead.
|
| +
|
| +#### 0.4.0
|
| + * Add fromList factory constructor.
|
| + * Add Tuple6 and Tuple7 classes.
|
| +
|
| +#### 0.3.0
|
| + * Add toList method.
|
| +
|
| +#### 0.2.0
|
| + * Rename PersistentTuple classes to Tuple; remove Tuple classes.
|
| + * Rename each iN item to itemN.
|
| + * Rename setIN to withItemN.
|
| +
|
| +#### 0.1.2
|
| + * Fix a bug in == operator of PersistentTuple classes.
|
| +
|
| +#### 0.1.1
|
| + * Add operator == and hashCode to classes, so that tuples may be used as
|
| + keys in hashes.
|
| +
|
| +#### 0.1.0
|
| + * Initial release.
|
|
|