Skip to content

Commit

Permalink
chore: creating version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jan 18, 2024
1 parent 330acc3 commit 47c0ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [3.0] - 2024-01-17

### Changed
- `BlockUtil.h`: `makeBlock` functionality is completely reworked. New functionality:
* Wrap any callables including mutable lambdas or any other callable that provides non-const `operator()`.
Expand Down Expand Up @@ -65,3 +67,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[2.1]: https://github.com/gershnik/objc-helpers/releases/v2.1
[2.2]: https://github.com/gershnik/objc-helpers/releases/v2.2
[2.3]: https://github.com/gershnik/objc-helpers/releases/v2.3
[3.0]: https://github.com/gershnik/objc-helpers/releases/v3.0

0 comments on commit 47c0ef0

Please sign in to comment.