mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Add CHANGELOG notes for version 3.7.2
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
# ramsey/uuid Changelog
|
||||
|
||||
## 3.7.2
|
||||
|
||||
_Released: 2018-01-13_
|
||||
|
||||
* On Linux, first check sysfs to determine node identifier; this provides a reliable way to identify the node on Docker images, etc. [#185](https://github.com/ramsey/uuid/pull/185)
|
||||
|
||||
## 3.7.1
|
||||
|
||||
_Released: 2017-09-22_
|
||||
|
||||
* Use `random_bytes()` when generating random nodes
|
||||
* Set the multicast bit for random nodes, according to RFC 4122, §4.5, [#170](https://github.com/ramsey/uuid/pull/170), [#171](https://github.com/ramsey/uuid/pull/171), [#182](https://github.com/ramsey/uuid/pull/182)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2012-2017 Ben Ramsey <ben@benramsey.com>
|
||||
Copyright (c) 2012-2018 Ben Ramsey <ben@benramsey.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Reference in New Issue
Block a user