added message about compatability in history

This commit is contained in:
Julien Kirch 2010-04-23 22:39:47 +02:00
parent 59774b2cf1
commit 24d9aa00e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 1.5.0
- the response is now a string with the Response module
- the response is now a String with the Response module a.k.a. the change in 1.4.0 was a mistake (Response.body is returning self for compatability)
- added AbstractResponse.to_i to improve semantic
- multipart Payloads ignores the name attribute if it's not set (patch provided by Tekin Suleyman)
- correctly takes into account user headers whose keys are strings (path provided by Cyril Rohr)