Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorccgus <gus@flyingmeat.com>2013-09-26 21:19:45 +0400
committerccgus <gus@flyingmeat.com>2013-09-26 21:19:45 +0400
commit23eee3745159cad0b65fb3b14f1d4c8ab566c348 (patch)
tree75a5c87ca05269dd0cb940ba44226abcb504fc34 /CHANGES_AND_TODO_LIST.txt
parent428624505aa522953af30eb23d750f137b087257 (diff)
Logs errors is now turned on by default. It's easy to turn off, and if you're seeing errors then you should probably fix those.
Diffstat (limited to 'CHANGES_AND_TODO_LIST.txt')
-rw-r--r--CHANGES_AND_TODO_LIST.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt
index fdded43..758a007 100644
--- a/CHANGES_AND_TODO_LIST.txt
+++ b/CHANGES_AND_TODO_LIST.txt
@@ -3,6 +3,9 @@ Zip, nada, zilch. Got any ideas?
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 a couple of tests for your new code to fmdb.m. And of course, the code should be of general use to more than just a couple of folks. Send your patches to gus@flyingmeat.com.
+2013.10.26
+ Logs errors is now turned on by default. It's easy to turn off, and if you're seeing errors then you should probably fix those.
+
2013.06.26
Added `NS_FORMAT_FUNCTION` qualifier to `executeQueryWithFormat` and `executeUpdateWithFormat`. These methods take format strings and variable number of arguments and you will now receive compiler warnings if the types of your parameters dont match the format string.