Lots of great things in this release
- Ability to set expectations that a specific method will throw a specific exception using the Expect.That syntax.
- Fixed a MockStyle.Transparent bug
- Ability to get references to objects that are created inside of methods and passed to other parts of code. See the new WillReturnSetterValue() method.
- Using a custom build of DynamicProxy to enable some Silverlight 4 features that are not enabled by the official DynamicProxy Build. See http://issues.castleproject.org/issue/DYNPROXY-168
- many others