Skip to content

Commit d02456a

Browse files
committed
Update change log
1 parent c1653c0 commit d02456a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES_AND_TODO_LIST.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Zip, nada, zilch. Got any ideas?
33

44
If you would like to contribute some code ... awesome! I just ask that you make it conform to the coding conventions already set in here, and to add the necessary of tests for your new code to tests target. And of course, the code should be of general use to more than just a couple of folks. Send your patches to [email protected].
55

6+
2017.05.26 Version 2.7
7+
Audited library for nullability, offering informational warnings for Objective-C users during static analysis, but significantly changes interface for Swift users, more accurately representing parameters and return values as optional or non-optional, as appropriate.
8+
9+
Renamed a number of methods, deprecating old names.
10+
11+
Converted some methods to properties. Again, it should be largely transparent from Objective-C users, but Swift users will find they'll just have to remove some `()` in their code, lending itself to more logical looking code.
12+
13+
The `objectForColumn` used to return `NSNull` if you supplied it an invalid subscript. It now returns `nil`, more customary for subscript operators.
14+
15+
For more information, see https://github.com/ccgus/fmdb/pull/584.
16+
617
2015.12.28
718
Removed `sqlite3.h` from the headers to simplify incorporation of FMDB into a framework. This eliminates the dreaded "non-modular headers" error in frameworks.
819

0 commit comments

Comments
 (0)