diff options
| author | Bryan Galdrikian <[email protected]> | 2019-07-15 21:28:41 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2019-07-15 21:28:41 -0700 |
| commit | 9e911235772cb122b44b3a55a3f796072098ce04 (patch) | |
| tree | bd8a0e6199eb35364883dffc2f2f69a2b20078fe /docs/release_notes.txt | |
| parent | Hierarchy optimization bugfixes and improvements (diff) | |
| download | blast-1.1.5_pre3.tar.xz blast-1.1.5_pre3.zip | |
Padding bounds when determining chunks from islands, allows nearby chunks generated this way to be merged with uniteChunks.v1.1.5_pre3
Fixing bug when removing original chunks in uniteChunks function.
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
---------
|