Add CHANGELOG notes for version 3.7.2

This commit is contained in:
Ben Ramsey
2018-01-13 16:22:03 -06:00
parent 21d679130b
commit bba83ad77b
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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 -1
View File
@@ -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