Skip to content
Snippets Groups Projects
This release fixes a bug in handling default arguments of remote object proxies, which
were not being passed to the remote call adapter.

Total issues resolved: **2**

- [539: BC Break in 2.2.2? - Problem with `get_func_args()` and method with default parameters](https://github.com/Ocramius/ProxyManager/issues/539) thanks to @pedro-stanaka
- [540: `RemoteObjectMethod` generation: support for methods with default parameters](https://github.com/Ocramius/ProxyManager/pull/540) thanks to @pedro-stanaka