Updated CHANGELOG for version 2.1.0 release

This commit is contained in:
Ben Ramsey
2013-04-15 18:32:02 -05:00
parent 87a7365c80
commit 8d96019717
+2
View File
@@ -1,3 +1,5 @@
* 2.1.0 (2013-04-15)
* Added static `Uuid::isValid()` method for checking whether a string is a valid UUID
* 2.0.0 (2013-02-11)
* Break: `Uuid` class is now marked as "final"
* Break: `Uuid::getLeastSignificantBits()` no longer returns an integer on 64-bit platforms; it requires `moontoast/math`