ObjFW  Check-in [c9314993e3]

Overview
Comment:Update ChangeLog in default branch.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c9314993e39bb9ec9bd4a53d52ea1b2afea1999c8e227d4514c83dea73f74ab0
User & Date: js on 2010-03-14 12:43:29
Other Links: manifest | tags
Context
2010-03-14
12:43
Added tag 0.2.1-release for changeset 1ea5175a9d41 check-in: 648e6cb94c user: js tags: trunk
12:43
Update ChangeLog in default branch. check-in: c9314993e3 user: js tags: trunk
12:37
Documentation improvements. check-in: 40523d5535 user: js tags: trunk
Changes

Modified ChangeLog from [68dbb909a3] to [e54750ee89].

1
2
3








4
5
6
7
8
9
10
Legend:
 * Changes of existing features or bugfixes.
 + New features.









ObjFW 0.1.2 -> 0.2, 01.02.2010
 + Support for ObjC 2 Fast Enumerations on every platform which has
   compiler support for fast enumerations.
 + Support for ObjC 2 properties on every platform with compiler support.
 + Fast Enumeration through arrays and dictionaries.
 * OFIterator has been removed.



>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Legend:
 * Changes of existing features or bugfixes.
 + New features.

ObjFW 0.2 -> 0.2.1, 14.03.2010
 * Fix for OFNumbers not doing calculations.
 * Improved -[hash] for OFNumbers with floats and doubles.
 + Tests for OFNumber.
 * Small optimization for OFArray's -[componentsJoinedByString:].
 * Documentation improvements.
 * Updated copyright.

ObjFW 0.1.2 -> 0.2, 01.02.2010
 + Support for ObjC 2 Fast Enumerations on every platform which has
   compiler support for fast enumerations.
 + Support for ObjC 2 properties on every platform with compiler support.
 + Fast Enumeration through arrays and dictionaries.
 * OFIterator has been removed.