diff options
Diffstat (limited to 'docs/release_notes.txt')
| -rwxr-xr-x | docs/release_notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release_notes.txt b/docs/release_notes.txt index f26a4d6..9bf9d91 100755 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -11,12 +11,14 @@ Changes * Extensions API refactored to eliminate use of Px types.
* Numerous API changes to meet new coding conventions.
* Packman package manager updated to v. 5.7.2, cleaned up dependency files.
+* Chunks created from islands use padded bounds to determine connectivity.
New Features
------------
* Authoring tools:
* Ability to pass chunk connectivity info to uniteChunks function, enabling chunks split by island detection to be united.
* Option to remove original merged chunks in uniteChunks function.
+ * The function uniteChunks allows the user to specify a chunk set to merge. Chunks from that set, and all descendants, are considered for merging.
Bug fixes
---------
|