Commits
Mike Hardy authored and GitHub committed 02527a06b8e
docs(remote-config)!: update docs to be explicit about new behavior (#4169)
BREAKING CHANGE:
fetchAndActivate
Previous behaviour returned a boolean indicating if config values were activated
New behaviour returns a boolean indicating if any config values were fetched remotely.
activate
Previous behaviour returned a boolean indicating if config values were activated
New behaviour returns a boolean indicating if any local config values were activated.