diff --git a/Changes b/Changes index 600df3ebe1..c8684231e9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +# 8.4.7 + +#### IECore + +- IECore.ls supports ambiguous padding when the sequence is not a regular frame range. +- IECore::frameListFromList correctly handles reverse order lists. + # 8.4.6 #### IECore diff --git a/SConstruct b/SConstruct index a89bc8d81d..cb6e84a4e1 100644 --- a/SConstruct +++ b/SConstruct @@ -52,7 +52,7 @@ SConsignFile() ieCoreMajorVersion=8 ieCoreMinorVersion=4 -ieCorePatchVersion=6 +ieCorePatchVersion=7 ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################