Github user drigodwin commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/227#discussion_r148543951
--- Diff: guide/misc/release-notes.md ---
@@ -18,5 +18,30 @@ to Brooklyn's commercial users for funding much of this
development.
Changes since {{ book.brooklyn_version_stable }}:
+1. BOM files that do not declare a version now give the version of the
bundle to their entities,
+ rather than the default `0.0.0-SNAPSHOT` version.
+ When loading types, the version can now be specified as any
Brooklyn-valid version string
+ equivalent to the OSGi version (e.g. `1-SNAPSHOT` or `1.0.0.SNAPSHOT`).
+
+1. Some catalog methods may return the same type multiple times, if
contained in multiple bundles.
+ Previously only one of the bundle's definition of the type was
returned.
+ Except for anonymous bundles it is no longer allowed to have give items
with the same name and version.
--- End diff --
remove `give`?
---