Skip to content

Commit

Permalink
1.5.0-rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 29, 2024
1 parent ec92354 commit d86e1b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- [#424] Added tracing system for the preview/invalidation system

### Fixed
- [#422] Fixed race condition in `ComputeContext.FlushInvalidates` that could cause invalidates to be missed

### Changed
- [#423] Improved preview processing delays by flushing invalidates in the same frame they are triggered

### Removed

### Security

### Deprecated

## [1.5.0-rc.10]
## [1.5.0-rc.11] - [2024-09-28]

### Added
- [#424] Added tracing system for the preview/invalidation system

### Fixed
- [#422] Fixed race condition in `ComputeContext.FlushInvalidates` that could cause invalidates to be missed

### Changed
- [#423] Improved preview processing delays by flushing invalidates in the same frame they are triggered

## [1.5.0-rc.10] - [2024-09-27]

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf",
"displayName": "Non-Destructive Modular Framework",
"version": "1.5.0-rc.10",
"version": "1.5.0-rc.11",
"unity": "2022.3",
"description": "A framework for building non-destructive plugins for VRChat Avatar 3.0",
"vrchatVersion": "2022.1.1",
Expand Down

0 comments on commit d86e1b5

Please sign in to comment.