aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG5
1 files changed, 1 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 9d215e9d3d..f1e2aa455a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*2.0.0* (December 6th, 2007)
* Fixed send_file/binary_content for testing #8044 [tolsen]
@@ -14,9 +14,6 @@
* Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH]
-
-*2.0.0 [RC2]* (November 28th, 2007)
-
* Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [tarmo]
* Update to Prototype -r8232. [sam]