diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bcb6755..28c11a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Roact Changelog ## Unreleased Changes + +## [1.1.0](https://github.com/Roblox/roact/releases/tag/v1.1.0) (June 3rd, 2019) * Fixed an issue where updating a host element with children to an element with `nil` children caused the old children to not be unmounted. ([#210](https://github.com/Roblox/roact/pull/210)) * Added `Roact.joinBindings`, which allows combining multiple bindings into a single binding that can be mapped. ([#208](https://github.com/Roblox/roact/pull/208)) diff --git a/docs/api-reference.md b/docs/api-reference.md index e1488c4c..04d2f62f 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -121,7 +121,7 @@ Returns a new binding that maps the existing binding's value to something else. --- ### Roact.joinBindings -