CHANGELOG.md in faastruby-rpc-0.2.1 vs CHANGELOG.md in faastruby-rpc-0.2.2

- old
+ new

@@ -1,6 +1,10 @@ # Changelog +## 0.2.2 - Mar 8 2019 +- Improved response string from invoked function when there's an error. +- Catch method missing calls and try them against the result once it arrives + ## 0.2.1 - Jan 3rd 2019 - Pass a block when calling a function and the code will be executed when the function responds, and the block's return value will replace the function's response body ## 0.2.0 - Dec 31 2018 - Redesigned UX for calling of external functions