Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.10.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index af30180..cbc28e9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Affix.pm
 
 {{$NEXT}}
 
+0.10 2023-03-11T04:25:59Z
+
     - Support for ArrayRef[] with dynamic size
     - Support for empty Stuct[]
     - Coerce Enum[] types with sv2ptr(...)
@@ -10,6 +12,7 @@ Revision history for Perl extension Affix.pm
     - Ignore perl's PTRSIZE which might be different than the system's actual pointer size
     - Cleanup VM on Affix::END()
     - Simplify API around named subs
+    - Support for WStr (wchar_t *, PWSTR, etc.)
 
 0.09 2023-01-26T01:36:55Z
  • Loading branch information
sanko committed Mar 11, 2023
1 parent c220d92 commit b15d095
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ eg/*.orig
eg/vgcore.*
*.orig
eg/dev/

eg/Cookbook/_*
lib/Affix/Cookbook.pod
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl extension Affix.pm

{{$NEXT}}

0.10 2023-03-11T04:25:59Z

- Support for ArrayRef[] with dynamic size
- Support for empty Stuct[]
- Coerce Enum[] types with sv2ptr(...)
Expand All @@ -10,6 +12,7 @@ Revision history for Perl extension Affix.pm
- Ignore perl's PTRSIZE which might be different than the system's actual pointer size
- Cleanup VM on Affix::END()
- Simplify API around named subs
- Support for WStr (wchar_t *, PWSTR, etc.)

0.09 2023-01-26T01:36:55Z

Expand Down

0 comments on commit b15d095

Please sign in to comment.