mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-18 16:37:43 +03:00
Add change log notes for 3.6.0 release
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# ramsey/uuid Changelog
|
||||
|
||||
## 3.6.0
|
||||
|
||||
_Released: 2017-03-18_
|
||||
|
||||
* Add `InvalidUuidStringException`, thrown when attempting to decode an invalid string UUID; this does not introduce any BC issues, since the new exception inherits from the previously used `InvalidArgumentException` [#162](https://github.com/ramsey/uuid/pull/162)
|
||||
* Improve memory usage when generating large quantities of UUIDs (use `str_pad()` and `dechex()` instead of `sprintf()`) [#160](https://github.com/ramsey/uuid/pull/160)
|
||||
* Minor test and documentation updates
|
||||
|
||||
## 3.5.2
|
||||
|
||||
_Released: 2016-11-22_
|
||||
|
||||
Reference in New Issue
Block a user