Skip to content

Commit

Permalink
Fix typo in Changelog (#1069)
Browse files Browse the repository at this point in the history
The word "Enhancements" was misspelled.
  • Loading branch information
rodrigobdz authored and justin808 committed Apr 23, 2018
1 parent 10e7699 commit ede0ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changes since last non-beta release.
- Removed ReactOnRails::Utils.server_bundle_file_name and ReactOnRails::Utils.bundle_file_name. These are part of the performance features of "React on Rails Pro".
- Removed ENV["TRACE_REACT_ON_RAILS"] usage and replacing it with config.trace.

#### Enhanchements: Better Error Messages, Support for React on Rails Pro
#### Enhancements: Better Error Messages, Support for React on Rails Pro
- Tracing (debugging) options are simplified with a single `config.trace` setting that defaults to true for development and false otherwise.
- Calls to setTimeout, setInterval, clearTimeout will now always log some message if config.trace is true. Your JavaScript code should not be calling setTimout when server rendering.
- Errors raised are of type ReactOnRailsError, so you can see they came from React on Rails for debugging.
Expand Down

0 comments on commit ede0ac8

Please sign in to comment.