Skip to content

Commit

Permalink
docs: merge old changelog with release-please changelog (#19)
Browse files Browse the repository at this point in the history
* docs: remove changelog

* docs: merge changelog
  • Loading branch information
Till Davin authored Sep 28, 2023
1 parent 7d0da4e commit 600fd09
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 31 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,26 @@
### Bug Fixes

* add missing post process effect to samples ([#17](https://github.com/happy-turtle/oit-unity/issues/17)) ([7984a98](https://github.com/happy-turtle/oit-unity/commit/7984a98e737c2abd36fc14f6dcfc2c40d07292bc))

## 3.0.0

### Added

- Add High-Definition Render Pipeline implementation of Order-Independent Transparency
- Add Universal Render Pipeline implementation of Order-Independent Transparency
- Support Vulkan and OpenGL by using SV_SampleIndex for MSAA support

### Changed

- Restructure package for different render pipelines using Assemblies
- Changed package name to avoid using protected names
- Update project description and demo scenes
- Various small shader and interface improvements and updates

## 2.0.0

### Changed

- Created a custom package and restructured the whole project to make installation with the Unity package manager
possible
- Improve performance by resetting linked list head buffer on GPU with a ComputeShader
File renamed without changes.
31 changes: 0 additions & 31 deletions Changelog.md

This file was deleted.

0 comments on commit 600fd09

Please sign in to comment.