Skip to content

Commit 5ed9ad5

Browse files
committed
chore: prepare release 4.7.0
1 parent 9484f19 commit 5ed9ad5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

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+
921
## 4.6.0 - 2022-11-05
1022

1123
### Added

0 commit comments

Comments
 (0)