From 1476c2643ac0e6d47e858463d305574db086c86c Mon Sep 17 00:00:00 2001 From: davidsminor Date: Tue, 8 Sep 2015 09:38:13 -0700 Subject: [PATCH] updated changes, bumped to v16.0.3 --- Changes | 15 +++++++++++++++ SConstruct | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 5e656df43d8..10c0f4e62f5 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +# 0.16.0.3 +========== + +UI +----------------------------------------------------------------------- + +- fixed a problem whereby presets were not being transferred when + promoting a compound plug on a RenderManAttributes node. + +Core +----------------------------------------------------------------------- + +- Fixed issue where non-ValuePlugs were not syncing during + setPlugValue(). + # 0.16.0.2 ========== diff --git a/SConstruct b/SConstruct index ab3cb1bbec8..60df3b0e90d 100644 --- a/SConstruct +++ b/SConstruct @@ -51,7 +51,7 @@ import subprocess gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below gafferMajorVersion = 16 # backwards-incompatible changes gafferMinorVersion = 0 # new backwards-compatible features -gafferPatchVersion = 2 # bug fixes +gafferPatchVersion = 3 # bug fixes # All of the following must be considered when determining # whether or not a change is backwards-compatible