Skip to content

Commit 3f2188c

Browse files
committed
Updated Changes and bumped version to 9.0.0-a3.
1 parent 269ff32 commit 3f2188c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Changes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 9.0.0-a3
2+
3+
#### IECore
4+
5+
- Added SceneInterface::hash() method.
6+
- Improved ConfigLoader.
7+
- Now executes files within the same directory in alphabetical order.
8+
- Added subdirectory argument.
9+
- Env var accepted in place of search path.
10+
111
# 9.0.0-a2
212

313
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=9
5454
ieCoreMinorVersion=0
5555
ieCorePatchVersion=0
56-
ieCoreVersionSuffix="a2" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="a3" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)