summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Turner <kevin@janrain.com>2007-05-02 21:17:24 +0000
committerKevin Turner <kevin@janrain.com>2007-05-02 21:17:24 +0000
commit088f09450c6a7362b7c1db08c801da9d6aea282f (patch)
tree5d659471314263665d63af506818aa79d372fa17 /NEWS
parent184540ba72a05ab4e104c4e828bc093fb9e642d9 (diff)
downloadopenid-088f09450c6a7362b7c1db08c801da9d6aea282f.tar.gz
[project @ NEWS: mention store API changes]
more people have custom stores than I thought.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4a3283..4b0b765 100644
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,10 @@ format for one-way nonces. As a result, the nonce table in the store
has changed. You'll need to run contrib/upgrade-store-1.1-to-2.0 to
upgrade your store, or you'll encounter errors about the wrong number
of columns in the oid_nonces table.
-
+
+If you've written your own custom store or code that interacts directly with it,
+you'll need to review the change notes in openid.store.interface.
+
Consumers should now pass an additional parameter to Consumer.complete()
to defend against return_to tampering.