metagen_bhl_bind/CHANGELOG.md

13 lines
412 B
Markdown
Raw Normal View History

2024-11-21 14:32:16 +03:00
## v15.4.2
- Using local static functions instead of lambdas for better stack traces
2024-11-21 14:33:59 +03:00
## v15.0.0
2024-11-21 14:34:17 +03:00
- Migrating to IList<T> instead of HList<T> for arguments as it is more versatile
- Adding codegen for disposal of arguments
2024-11-21 14:33:59 +03:00
2024-11-21 14:36:19 +03:00
## v14.0.0
- Making it possible to specify custom code
- Always adding `using bhl` directive to generated code
2024-06-21 18:39:39 +03:00
## v13.0.0
2024-11-21 14:32:16 +03:00
- Migrating to new BHL2-beta123 efficient native array wrappers