Skip to content

Commit 43d9546

Browse files
committed
Add changelog entries
1 parent decaa94 commit 43d9546

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.2.4
2+
3+
### Added
4+
5+
* Added an `rc` module with reference counting utilities:
6+
`StrongPtr`, `WeakPtr`, and `autoreleasepool`.
7+
8+
* Added some reference counting ABI foreign functions to the `runtime` module.
9+
10+
### Fixed
11+
12+
* Messaging nil under GNUstep now correctly returns zeroed results for all
13+
return types.
14+
115
## 0.2.3
216

317
### Added

0 commit comments

Comments
 (0)