From 9ad439161c9d1fa84d5fb43859c367534f17dc94 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 23 Jan 2018 22:17:54 -1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05068d8f9..b1065c523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Changes since last non-beta release. ### [10.1.0] - 2018-01-23 #### Added - Added 2 cache helpers: ReactOnRails::Utils.bundle_file_name(bundle_name) and ReactOnRails::Utils.server_bundle_file_name -for easy access to the hashed filenames for use in cache keys by [justin808](https://github.com/justin808). +for easy access to the hashed filenames for use in cache keys. [PR 1018](https://github.com/shakacode/react_on_rails/pull/1018) by [justin808](https://github.com/justin808). #### Fixed - Use redux component in generated redux Hello World example: [PR 1006](https://github.com/shakacode/react_on_rails/pull/1006) by [lewaabahmad](https://github.com/lewaabahmad).