Github user drigodwin commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/208#discussion_r138844115
--- Diff: guide/misc/release-notes.md ---
@@ -14,19 +14,41 @@ to Brooklyn's commercial users for funding much of this
development.
### New Features
+1. Auto-bundling of BOMs and the ability to manage and persist bundles:
related entities are now grouped in bundles
+and all management activity (deletion, upgrades, persistence) done at the
level of the bundle.
+You can now start a new Brooklyn instance pointed at a persistence store,
+and it will automatically load all bundles installed into the previous
Brooklyn
+through the REST API.
+
+1. Application deployment "create-or-reuse" semantics by specifying an
application ID.
--- End diff --
I'm not sure what this means. Could you give an example?
---