Skip to content

Commit d0af212

Browse files
committed
Updating CHANGELOG
1 parent a33dbd3 commit d0af212

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
### Added
9+
- `addressOfBoxedValue` in BoxUtil that allows to check whether the passed object
10+
contains a given boxed type and returns pointer to it (or null if not).
11+
12+
### Fixed
13+
- `copy(makeBlock(...))` now works again with newer Xcode/clang
14+
815
## [3.7.0] - 2026-06-20
916

1017
### Added

0 commit comments

Comments
 (0)