summaryrefslogtreecommitdiff
path: root/library/rhumsaa/uuid/CHANGELOG.md
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-31 20:02:28 +0000
committerGreg Roach <fisharebest@gmail.com>2014-10-31 22:44:26 +0000
commitee407f4447e4d6c602067ba69aea50589f8fd840 (patch)
tree6a9fc335bc394db3ee2a3da331ef431b86500509 /library/rhumsaa/uuid/CHANGELOG.md
parente4ab762dd58b99cd0051254c2da39d58c8f59659 (diff)
downloadwebtrees-ee407f4447e4d6c602067ba69aea50589f8fd840.tar.gz
webtrees-ee407f4447e4d6c602067ba69aea50589f8fd840.tar.bz2
webtrees-ee407f4447e4d6c602067ba69aea50589f8fd840.zip
Update libraries
Diffstat (limited to 'library/rhumsaa/uuid/CHANGELOG.md')
-rw-r--r--library/rhumsaa/uuid/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/rhumsaa/uuid/CHANGELOG.md b/library/rhumsaa/uuid/CHANGELOG.md
index 9bc14eedec..2698915025 100644
--- a/library/rhumsaa/uuid/CHANGELOG.md
+++ b/library/rhumsaa/uuid/CHANGELOG.md
@@ -1,3 +1,8 @@
+* 2.7.4 (2014-10-29)
+ * Changed loop in `generateBytes()` from `foreach` to `for`; see #33
+ * Use `toString()` in README examples to avoid confusion
+ * Exclude build/development tools from releases using .gitattributes
+ * Set timezone properly for tests
* 2.7.3 (2014-08-27)
* Fixed upper range for `mt_rand` used in version 4 UUIDs
* 2.7.2 (2014-07-28)