Skip to content

Commit cc9b40a

Browse files
authored
This is the February 2021 Update (v2.1.0)
1 parent 7510819 commit cc9b40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/props/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
- Add support for macro constants
1414
- Add support for unnamed nested anonymous struct fields
1515
- Add better name hinting for anonymous types
16-
- Add support for OpenGL token reuse for tokens that had been previously deprecated & removed, fixing #400
16+
- Add support for OpenGL token reuse for tokens that had been previously deprecated and removed, fixing #400
1717
- Add nested anonymous struct "fusion" with their parent structs, allowing direct ref access on .NET Standard 2.1 platforms without going through the anonymous field
1818
- Add static Guid members for structs with a COM interface ID
19-
- Fix struct field size & type variation between 32-bit and 64-bit in generated C++ bindings
19+
- Fix struct field size and type variation between 32-bit and 64-bit in generated C++ bindings
2020
- Fix calling convention detection, and actually respect the calling convention we detect
2121
- Fix being unable to specify calling convention using NativeApiAttribute
2222
- Fix some type issues

0 commit comments

Comments
 (0)