Skip to content

Commit

Permalink
Bumped patch version and updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Aug 1, 2013
1 parent 8a19d54 commit f6e1258
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.72.2
======

- Fixed Box creation with nested connected plugs. This allows the creation of Boxes with shader nodes with input connections.
- Fixed removal of nodules from nodes in the graph ui when Plugs are removed.
- Fixed InputGenerator bugs and added python bindings and tests.
- Fixed Group bugs involving dynamically generated inputs and undo (#179, #210, #302).
- Tidied up node menu labels.
- Renamed WriteNode to ObjectWriter and ReadNode to ObjectReader (#17).
- Fixed minimum height of ramp editor (#445).
- Fixed empty messages from ErrorDialogue.ExceptionHandler.
- Added popup error dialogues for file save failures (#449).
- Fixed context used by interactive render nodes.

0.72.1
======

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ env = Environment(

GAFFER_MAJOR_VERSION = "0",
GAFFER_MINOR_VERSION = "72",
GAFFER_PATCH_VERSION = "1",
GAFFER_PATCH_VERSION = "2",

)

Expand Down

0 comments on commit f6e1258

Please sign in to comment.