mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add changelog entry
This commit is contained in:
parent
95a24fb651
commit
3c29d9a1a8
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2022-03-07 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSIndexPath.h: Add declarations for new
|
||||
methods to support collection and table view. New methods are
|
||||
- item, - section, - row, - initWithItem:inSection:,
|
||||
and - initWithRow:inSection:
|
||||
* Source/NSIndexPath.m: Implementation of the methods mentioned
|
||||
above.
|
||||
|
||||
2022-03-07 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSPredicate.m:
|
||||
|
|
Loading…
Reference in a new issue