diff --git a/CHANGELOG.md b/CHANGELOG.md index e8288f7..06008ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,16 @@ -* 2.0.0 (???) - +* 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` * Break: `Uuid::getMostSignificantBits()` no longer returns an integer on 64-bit platforms; it requires `moontoast/math` * Break: Moved `UnsupportedOperationException` to the `Exception` subnamespace * Added support for 32-bit platforms * Added generated API documentation to the repository - * 1.1.2 (2012-11-29) - * Relaxed Doctrine type conversion rules - * 1.1.1 (2012-08-27) - * Removed `final` keyword from `Uuid` class - * 1.1.0 (2012-08-06) - * Added `Doctrine\UuidType` as a field mapping type for the Doctrine Database Abstraction Layer (DBAL) * Improved tests and code coverage - * 1.0.0 (2012-07-19) - * Initial release