metagen_cs/CHANGELOG.md

16 lines
586 B
Markdown
Raw Normal View History

2024-08-08 12:10:43 +03:00
## v4.9.2
- Added @cs_obsolete token, that mark fields with [Obsolete]. @cs_obsolete:"Comment" will add summary with "Comment" to field
## v4.9.1
- Fixing nested diffable POD structs being incorrectly marked as clean in GetDiff
2024-03-27 13:06:32 +03:00
## v4.8.2
- Fixing thread safety possible issue when reading an array of enums
- Fixing bug when the target enum array property wouldn't be cleared before reading data
2024-03-26 11:23:32 +03:00
## v4.8.0
- Using C# built-in initialization routines instead of MetaIO's methods
2024-03-13 10:23:36 +03:00
## v4.7.0
- Array comparison generated code now takes bitfields token into account for array entries