mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add changelog. Add NSUbiquitousKeyValueStore.[hm]
This commit is contained in:
parent
e0df104ba2
commit
0f737d9f1e
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,13 +1,28 @@
|
|||
2019-07-10 Gregory Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSUbiquitousKeyValueStore.h
|
||||
* Source/NSUbiquitousKeyValueStore.m: Implementation of
|
||||
skeletal version of this class for compilation. Also put in
|
||||
place a way to make concrete subclasses for various services.
|
||||
|
||||
2019-07-02 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Tests/base/GSTLS/basic.m: Use fixed time zone.
|
||||
|
||||
2019-07-02 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSOrderedSet.h: Added header for class cluster
|
||||
implementation of NSOrderedSet.
|
||||
* Source/NSOrderedSet.m: Implementation of NSOrderedSet and NSMutableOrderedSet
|
||||
* Source/GSOrderedSet.m: Implementation of concrete class.
|
||||
|
||||
2019-07-01 Fred Kiefer <fredkiefer@gmx.de>
|
||||
|
||||
* Source/GSXML.m (fatalErrorFunction): Use correct function to get
|
||||
line number.
|
||||
* Source/NSOperation.m (_execute): Surround with NS_DURING to free
|
||||
lock on error.
|
||||
|
||||
2019-06-11 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/GNUstepBase/GSIArray.h:
|
||||
|
|
Loading…
Reference in a new issue