Skip to content

Commit 2029dc2

Browse files
committed
Improve changelog entry slightly
1 parent 709b695 commit 2029dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objc2-foundation/CHANGELOG.md

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

1515
### Changed
1616
* **BREAKING**: Removed the following helper traits in favor of inherent
17-
methods on the object itself:
17+
methods on the objects themselves:
1818
- `INSMutableArray`
1919
- `INSArray`
2020
- `INSMutableData`
@@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2424
- `INSValue`
2525
- `INSObject`
2626

27-
This is possible because objects now deref to their superclasses.
27+
This changed because objects now deref to their superclasses.
2828
* **BREAKING**: Relaxed a lot of bounds from `INSObject` to `Message`. At some
2929
point in the future a new trait will be introduced which remedies this
3030
change.

0 commit comments

Comments
 (0)