Add CHANGELOG notes for version 3.7.3

This commit is contained in:
Ben Ramsey
2018-01-16 14:19:53 -06:00
parent 89c3c1777e
commit 4f8e6f6c40
+6
View File
@@ -1,5 +1,11 @@
# ramsey/uuid Changelog
## 3.7.3
_Released: 2018-01-16_
* In rare cases, when using `glob()` to find `/sys/class/net/*/address` files on Linux, `glob()` encountered errors, returning `false` instead of an empty array, causing `array_map()` to emit warnings since its second parameter was not an array; this release gracefully handles cases where `glob()` returns `false` [#203](https://github.com/ramsey/uuid/issues/203)
## 3.7.2
_Released: 2018-01-13_