Skip to content

Commit

Permalink
Update CHANGELOG notes for version 3.5.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ramsey committed Aug 2, 2016
1 parent 2e674a1 commit a6d15c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ramsey/uuid Changelog

## 3.5.0

_Released: 2016-08-02_

* Add `OrderedTimeCodec` to store UUID in an optimized way for InnoDB ([#117](https://github.com/ramsey/uuid/issues/117), [#118](https://github.com/ramsey/uuid/pull/118)).
* Fixed `RandomNodeProvider` to prevent invalid node generation ([#129](https://github.com/ramsey/uuid/pull/129)).
* Cache failed attempt to retrieve system node to avoid multiple system calls ([#107](https://github.com/ramsey/uuid/issues/107), [#121](https://github.com/ramsey/uuid/pull/121)).
* Various test improvements.

## 3.4.1

_Released: 2016-04-23_
Expand Down

0 comments on commit a6d15c8

Please sign in to comment.