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

Commit 9e317fa

Browse files
committed
Bump package version
1 parent 2c725df commit 9e317fa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
## [2.0.3-preview] - 2018-03-13
8+
9+
### Fixed
10+
- 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))
12+
13+
### Changed
14+
- Improved performances when blending between identical textures.
15+
716
## [2.0.2-preview] - 2018-03-07
817

9-
### This is the first release of *PostProcessing*.
18+
This is the first release of *PostProcessing*.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.unity.postprocessing",
3-
"version": "2.0.2-preview",
3+
"version": "2.0.3-preview",
44
"unity": "2018.1",
55
"description": "Unity postprocessing",
66
"dependencies": {

0 commit comments

Comments
 (0)