README.md in restfulness-0.2.0 vs README.md in restfulness-0.2.1

- old
+ new

@@ -420,12 +420,19 @@ Restfulness was created by Sam Lown <me@samlown.com> as a solution for building simple APIs at [Cabify](http://www.cabify.com). ## History +### 0.2.1 - October 22, 2013 + + * Removing some unnecessary logging and using Rack::CommonLogger. + * Improving some test coverage. + * Supporting user agent in requests. + * Supporting PATCH method in resources. + ### 0.2.0 - October 17, 2013 -Refactoring error handling and reporting so that it is easier to use and simpler. + * Refactoring error handling and reporting so that it is easier to use and simpler. ### 0.1.0 - October 16, 2013 First release!