CHANGELOG.md in react_on_rails-6.9.3 vs CHANGELOG.md in react_on_rails-6.10.0

- old
+ new

@@ -2,14 +2,22 @@ All notable changes to this project's source code will be documented in this file. Items under `Unreleased` is upcoming features that will be out in next version. Contributors: please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare to the latest release version. ## [Unreleased] + +## [6.10.0] - 2017-04-13 +### Added +- Add an ability to return multiple HTML strings in a `Hash` as a result of `react_component` method call. Allows to build `<head>` contents with [React Helmet](https://github.com/nfl/react-helmet). [#800](https://github.com/shakacode/react_on_rails/pull/800) by [udovenko](https://github.com/udovenko). + +### Fixed +- Fix PropTypes, createClass deprecation warnings for React 15.5.x. [#804](https://github.com/shakacode/react_on_rails/pull/804) by [udovenko ](https://github.com/udovenko). + ## [6.9.3] - 2017-04-03 ### Fixed -- Removed call of to_json on strings when formatting props. [#791](https://github.com/shakacode/react_on_rails/pull/791) by [justin808](https://github.com/justin808) +- Removed call of to_json on strings when formatting props. [#791](https://github.com/shakacode/react_on_rails/pull/791) by [justin808](https://github.com/justin808). ## [6.9.2] - 2017-04-02 ### Changed - Update version_checker.rb to `logger.error` rather than `logger.warn` for gem/npm version mismatch. [#788](https://github.com/shakacode/react_on_rails/issues/788) by [justin808](https://github.com/justin808). @@ -520,10 +528,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.9.3...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.10.0...master +[6.10.0]: https://github.com/shakacode/react_on_rails/compare/6.9.3...6.10.0 [6.9.3]: https://github.com/shakacode/react_on_rails/compare/6.9.1...6.9.3 [6.9.2]: https://github.com/shakacode/react_on_rails/compare/6.9.1...6.9.2 [6.9.1]: https://github.com/shakacode/react_on_rails/compare/6.8.2...6.9.1 [6.9.0]: https://github.com/shakacode/react_on_rails/compare/6.8.2...6.9.0 [6.8.2]: https://github.com/shakacode/react_on_rails/compare/6.8.1...6.8.2