Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 658a9c2

Browse files
committed
Changelog update
1 parent 814ebdf commit 658a9c2

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,31 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [Indev]
8+
9+
### Fixed
10+
- Temporal Anti-aliasing creating NaN values in some cases. ([#337](https://github.com/Unity-Technologies/PostProcessing/issues/337))
11+
- Auto-exposure has been fixed to work the same way it did before the full-compute port.
12+
- XR compilation errors on Xbox One & Switch (2018.2).
13+
- `ArgumentNullException` when attempting to get a property sheet for a null shader. ([#515](https://github.com/Unity-Technologies/PostProcessing/pull/515))
14+
15+
### Added
16+
- Contribution slider for the LDR Lut.
17+
- Support for proper render target load/store actions on mobile (2018.2).
18+
19+
### Changed
20+
- Slightly improved speed & quality of Temporal Anti-aliasing.
21+
- Improved volume texture blending.
22+
- Improved support for LDR Luts of sizes other than 1024x32. ([#507](https://github.com/Unity-Technologies/PostProcessing/issues/507))
23+
- Bloom's `Fast Mode` has been made faster.
24+
- Depth of Field focus is now independent from the screen resolution.
25+
- The number of variants for some shaders has been reduced to improve first-build speed. The biggest one, Uber, is down to 576 variants.
26+
727
## [2.0.3-preview] - 2018-03-13
828

929
### Fixed
1030
- Disabled debug compute shaders on OpenGL ES3 to avoid crashes on a lot of Android devices.
11-
- NullReferenceException while mixing volumes and global volumes. ([498](https://github.com/Unity-Technologies/PostProcessing/issues/498))
31+
- `NullReferenceException` while mixing volumes and global volumes. ([#498](https://github.com/Unity-Technologies/PostProcessing/issues/498))
1232

1333
### Changed
1434
- Improved performances when blending between identical textures.

0 commit comments

Comments
 (0)