Skip to content

Commit

Permalink
docs(changelog): NativeArray leak
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 authored Oct 29, 2024
1 parent 702d85e commit 3c57ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog].
### Fixed
- Fix non-VRChat project support `#1310`
- 'shader' doesn't have a float or range property 'prop' error `#1312`
- NativeArray leak `#1314`

### Security

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The format is based on [Keep a Changelog].
- Renamed debug options internally `#1228`
- This will lose previously configured debug options.
- However, debug options are not considered as Public API as stated in documents so this is not backward incompatible changes in semver 2.0.0 section 8.
- Performance Improvements `#1234` `#1243` `#1240` `#1288` `#1304` `#1307`
- Performance Improvements `#1234` `#1243` `#1240` `#1288` `#1304` `#1307` `#1314`
- Transform gizmo are now hidden while you're editing box of Remove Mesh in Box `#1259`
- This prevents mistakenly moving the Skinned Mesh Renderer while editing the box.
- Make MergePhysBone implement `INetworkID` `#1260`
Expand Down

0 comments on commit 3c57ca2

Please sign in to comment.