Added date to the 2.0.0 release

This commit is contained in:
Ben Ramsey
2013-02-11 14:48:25 -06:00
parent 257d668b6e
commit 901febf14a
+1 -10
View File
@@ -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