We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9484f19 commit 5ed9ad5Copy full SHA for 5ed9ad5
CHANGELOG.md
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
9
+## 4.7.0 - 2022-12-19
10
+
11
+### Added
12
13
+* Add `Uuid::fromHexadecimal()` and `UuidFactory::fromHexadecimal()`. These
14
+ methods are not required by the interfaces.
15
16
+### Fixed
17
18
+* Ignore MAC addresses consisting of all zeroes (i.e., `00:00:00:00:00:00`).
19
20
21
## 4.6.0 - 2022-11-05
22
23
### Added
0 commit comments