mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Added date to the 2.0.0 release
This commit is contained in:
+1
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user