Skip to content

Commit

Permalink
Prepare for 1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 27, 2020
1 parent 092cadf commit 9facc46
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.idea/
*.phar
.DS_Store
build
composer.lock
docs
phpunit.xml
vendor
.phpunit.result.cache
/build/
/composer.lock
/phpcs.xml
/phpunit.xml
/vendor/
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Ramsey\Uuid\Doctrine Changelog

## 1.6.0

_Released: 2020-01-27_

* `UuidType::convertToPHPValue()` now checks for instances of `UuidInterface`
instead of `Uuid`.
* When `UuidBinaryOrderedTimeType` fails to encode or decode a UUID because it
is not a version 1 UUID, the `ConversionException` thrown now includes more
information about the format expected ("UuidV1").
* `UuidBinaryOrderedTimeType::getUuidFactory()` and
`UuidBinaryOrderedTimeType::getCodec()` are now `protected` instead of
`private`.
* Set minimum ramsey/uuid version to 3.5. This is required for use of the
`OrderedTimeCodec` this library has supported since version 1.3.0.
* Ensure the library supports the forthcoming ramsey/uuid version 4.0.0.

## 1.5.0

_Released: 2018-08-11_
Expand Down

0 comments on commit 9facc46

Please sign in to comment.