Fixed typos in CHANGES.

Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This commit is contained in:
burningTyger 2010-10-19 10:56:14 -07:00 committed by Konstantin Haase
parent 45d8af012e
commit 1c82b9ded9
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@
* 599 now is a legal status code. (Steve Shreeve)
* This release is compatible with Ruby 1.9.2. Sinatra was trying to read
none existent files Ruby added to the call stack. (Shota Fukumori,
non existent files Ruby added to the call stack. (Shota Fukumori,
Konstantin Haase)
* Prevents a memory leak on 1.8.6 is production mode. Note, however, that
* Prevents a memory leak on 1.8.6 in production mode. Note, however, that
this is due to a bug in 1.8.6 and request will have the additional overhead
of parsing templates again on that version. It is recommended to use at
least Ruby 1.8.7. (Konstantin Haase)