Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Dec 7, 2024
1 parent e170136 commit b9e74c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Breaking changes in the generated code will be considered as breaking changes wh
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## unreleased
### Added
* Added option to write options for performing naga shader validation.
* Added `emit_to_stderr` and `emit_to_stderr_with_path` methods to `CreateModuleError` for printing colored and formatted shader errors.

### Changed
* Changed `create_shader_module` and `create_shader_module_embedded` to return naga parse errors instead of panic.

## 0.11.1 - 2024-11-11
### Changed
* Exposed shader source string as a public constant in generated code.
Expand Down

0 comments on commit b9e74c9

Please sign in to comment.