Skip to content

Commit

Permalink
new version done. fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
ElhamAryanpur committed Aug 28, 2023
1 parent be915ed commit 71ce4a6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file.

## [0.4.29] - 2023-08-28

### Bug Fixes

- Potential fix for #27

### Features

- _and_return functions now return buffers and bindgroups - Objects can now be hidden from rendering
- Added backends option to the window descriptor
- Added justfiles instead of clog
- Added inline impl for ObjectStorage functions for cheaper trait usage
- PipelineData added to allow sharing pipeline resources
- Resource sharing now fully working. with example

### Miscellaneous Tasks

- Updated all dependency versions to latest
- Added CHANGELOG and workflow for it
- Deleted changelog workflow as not working
- Added a docs and changes to the downstream
- Upgraded versions of dependency and engine
- Added appropriate function names to objects
- Added some doc to lib.rs

### Refactor

- Moved light and model loader and added clog for changelog
- Added some docs, and cleaned up code a bit

## [0.4.28] - 2023-07-24

### Bug Fixes
Expand Down

0 comments on commit 71ce4a6

Please sign in to comment.