From 60617282504875aa41d239cefd8d343dbc00b607 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 26 Jul 2021 16:23:29 +0000 Subject: [PATCH] ReleaseNotes --- ReleaseNotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 1e70360..e7a1a94 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,8 @@ # 0.0.4 (26 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) - [#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] +- [#12](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/12) - "params" keyword is not emitted [bug] # 0.0.3 (25 July 2021) - [#1](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/1) - Fix namespace [bug] contributed by [StefH](https://github.com/StefH)