Skip to content

Commit

Permalink
Add change log notes for 3.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Mar 18, 2017
1 parent 5ec8dd5 commit 0b7bdfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down

0 comments on commit 0b7bdfb

Please sign in to comment.