summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-02-05 19:16:45 +0000
committerJamis Buck <jamis@37signals.com>2005-02-05 19:16:45 +0000
commitf287e8228a72a6653290e83ff734b6460256e138 (patch)
tree1298e78e82d4451d8e644d7f58b6800bf12ed069
parent4177b060cf5ef89f3f08661d8223dc2d487a3f45 (diff)
downloadthird_party-sqlite3-ruby-f287e8228a72a6653290e83ff734b6460256e138.tar.gz
third_party-sqlite3-ruby-f287e8228a72a6653290e83ff734b6460256e138.tar.xz
third_party-sqlite3-ruby-f287e8228a72a6653290e83ff734b6460256e138.zip
Updated changelog with latest changes
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b492a5f..af5d746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-05 11:24 jamis
+
+ * The bind parameter array will be flattened before use, so that arrays
+ may be passed as parameters.
+ * The native bind_text implementation does a to_s on the parameter
+
2005-01-30 22:14 jamis
* Added various bsds to the detection routine in dl/api.rb.