This commit is contained in:
Stef Heyenrath
2023-03-02 11:04:06 +01:00
parent e0ff3e4d54
commit cbd467d2f3
4 changed files with 9 additions and 5 deletions
+4
View File
@@ -1,3 +1,7 @@
# 0.0.35 (02 March 2023)
- [#61](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/61) - Fix "ref" parameter [bug] contributed by [StefH](https://github.com/StefH)
- [#60](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/60) - Parameters passed in with Keyword "ref" are proxied such that they are no longer updated by reference [bug]
# 0.0.34 (25 February 2023)
- [#58](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/58) - Add support for public and internal ProxyClass [enhancement] contributed by [StefH](https://github.com/StefH)
- [#56](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/56) - Internal proxies/Proxy factory [enhancement]