From 51c9d415080b078ae6189a8265398bab82e4008f Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 27 Jul 2021 18:47:55 +0200 Subject: [PATCH] ReleaseNotes --- ReleaseNotes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e7a1a94..429c89a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,7 +1,9 @@ -# 0.0.4 (26 July 2021) +# 0.0.4 (27 July 2021) - [#15](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/15) - Fix issue #4 (string?) [bug] contributed by [StefH](https://github.com/StefH) - [#16](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/16) - Fix 'params' [bug] contributed by [StefH](https://github.com/StefH) +- [#17](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/17) - Fix method parameters: 'in', 'out' and 'ref' [bug] contributed by [StefH](https://github.com/StefH) - [#4](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/4) - mapper is used for `string?` / there is a case where _mapper is used but not assigned [bug] +- [#10](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/10) - "ref" and "out" are not being forwarded correctly [bug] - [#12](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/12) - "params" keyword is not emitted [bug] # 0.0.3 (25 July 2021)