README.mkd in assistly-0.2.1 vs README.mkd in assistly-0.2.2

- old
+ new

@@ -4,9 +4,18 @@ Installation ------------ gem install assistly +What's new in 0.2.2? +------------------ +Added deep_merge! support so that we keep any custom email headers when creating outbound interactions. +Required pony in the gem so you don't have to include it in your app. + +What's new in 0.2.1? +------------------ +Stopped returning only the 'results' array when listing things, because this would cause us to not have access to page numbers, total counts, etc. + What's new in 0.2.0? ------------------ Added support for Topics, Articles, and Macros, which is currently all that is available in the Assistly API. What's new in 0.1.5?