From 88798d5e8daeffe6d5c7c79073efc212984cb4c6 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Fri, 16 Dec 2016 15:10:09 -0800 Subject: [PATCH] Updated changes --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index af7a760f96e..36168d774ba 100644 --- a/Changes +++ b/Changes @@ -49,6 +49,8 @@ Fixes - ObjectSource : Fixed update bug (#1941). - Reference : Fix reload bug where connections to nested plugs were lost (#1940). - Dot : Fixed bug where output plug was lost during save (#1946). +- OSLImage : Fix `affects()` so input image affects shading. +- ChannelDataProcess : Fix `affects()`. API ---