From 29d318a740c76b010560f01fac6eca7ef80d10fe Mon Sep 17 00:00:00 2001 From: davidsminor Date: Wed, 10 Feb 2016 15:33:02 -0800 Subject: [PATCH] updated changes, bumped to v0.23.0.0 --- Changes | 6 ++++++ SConstruct | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 7870a927f27..04f5bd38704 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ 0.23.0.0 ======== +Core +----------------------------------------------------------------------- + +- Reverted cyclic connection check on plug connection +- Reduced hash cache clearing frequency to speed up instancing. + UI ----------------------------------------------------------------------- diff --git a/SConstruct b/SConstruct index a20f9ed61b6..33c9bed87e3 100644 --- a/SConstruct +++ b/SConstruct @@ -49,7 +49,7 @@ import subprocess ############################################################################################### gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below -gafferMajorVersion = 22 # backwards-incompatible changes +gafferMajorVersion = 23 # backwards-incompatible changes gafferMinorVersion = 0 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes