diff options
Diffstat (limited to 'vendor/gems/recaptcha-0.3.1/CHANGELOG')
-rw-r--r-- | vendor/gems/recaptcha-0.3.1/CHANGELOG | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/gems/recaptcha-0.3.1/CHANGELOG b/vendor/gems/recaptcha-0.3.1/CHANGELOG new file mode 100644 index 000000000..92a63fd8e --- /dev/null +++ b/vendor/gems/recaptcha-0.3.1/CHANGELOG @@ -0,0 +1,23 @@ +== 0.2.2 / 2009-09-14 + +* Add a timeout to the validator +* Give the documentation some love + +== 0.2.1 / 2009-09-14 + +* Removed Ambethia namespace, and restructured classes a bit +* Added an example rails app in the example-rails branch + +== 0.2.0 / 2009-09-12 + +* RecaptchaOptions AJAX API Fix +* Added 'cucumber' as a test environment to skip +* Ruby 1.9 compat fixes +* Added option :message => 'Custom error message' to verify_recaptcha +* Removed dependency on ActiveRecord constant +* Add I18n + +== 0.1.0 / 2008-2-8 + +* 1 major enhancement + * Initial Gem Release
\ No newline at end of file |