From c52f009270501731dd1a651b09254e2f55affbca Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Wed, 23 Jun 2010 11:58:35 +0200 Subject: [PATCH] Fixing typoo --- history.txt | 3 +++ lib/couchrest/model/validations/uniqueness.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 2c72bc7..fd8b4a6 100644 --- a/history.txt +++ b/history.txt @@ -16,6 +16,9 @@ * Validation always included * Uniqueness validation now available +* Minor enhancements + * Removed support for auto_validate! and :length on properties + == 1.0.0.beta6 diff --git a/lib/couchrest/model/validations/uniqueness.rb b/lib/couchrest/model/validations/uniqueness.rb index 1bc5270..755cdf3 100644 --- a/lib/couchrest/model/validations/uniqueness.rb +++ b/lib/couchrest/model/validations/uniqueness.rb @@ -1,4 +1,4 @@ -# encoding: urf-8 +# encoding: utf-8 module CouchRest module Model