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
|
|
|
|
|
2024-06-18 17:23:26 +03:00
|
|
|
## v4.9.1
|
2024-06-07 18:34:53 +03:00
|
|
|
- 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
|
2024-06-07 18:34:53 +03:00
|
|
|
- Array comparison generated code now takes bitfields token into account for array entries
|