Skip to content

Commit 04104f1

Browse files
committed
CHANGELOG update
1 parent b7d4ad8 commit 04104f1

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/); this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [0.8.2] - unreleased
6+
## [0.8.2] - 2020.11.10
77

88
[URP](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@8.1/manual/index.html) per-layer outlines and misc improvements.
99

Outline.Core/Packages/UnityFx.Outline/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/); this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.8.2] - 2020.11.10
7+
8+
Misc improvements.
9+
10+
### Added
11+
- Added support for Single Pass Instanced XR rendering for built-in render pipeline ([#13](https://github.com/Arvtesh/UnityFx.Outline/issues/13)).
12+
13+
### Changed
14+
- Misc inspector improvements.
15+
616
## [0.8.1] - 2020.09.21
717

818
Alpha test support, bugfixes and misc improvements.

Outline.URP/Packages/UnityFx.Outline.URP/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/); this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.2.0] - 2020.11.10
7+
8+
### Added
9+
- Added URP-specific shader versions.
10+
- Added URP layer-based outline rendering ([#9](https://github.com/Arvtesh/UnityFx.Outline/issues/9)).
11+
- Added support for URP Single Pass Instanced XR rendering ([#13](https://github.com/Arvtesh/UnityFx.Outline/issues/13)).
12+
13+
### Fixed
14+
- Fixed URP outlines rendering issue in Unity 2020.2 ([#21](https://github.com/Arvtesh/UnityFx.Outline/issues/21)).
15+
616
## [0.1.0] - 2020.05.30
717

818
### Added

0 commit comments

Comments
 (0)