README.md in jquery_cheats-4.2.0 vs README.md in jquery_cheats-5.0.0

- old
+ new

@@ -3,11 +3,11 @@ library. ##Installation It is as easy as adding this to your Gemfile ```ruby -gem 'jquery_cheats','~>3.0.0' +gem 'jquery_cheats','~>5.0.0' ``` Then add the following to app/assets/application.js ```js @@ -70,5 +70,9 @@ ``` ##Graphing JQuery Cheats works in conjunction with [plotSimple](http://github.com/plowdawg/plotSimple) to provide you with a graphing interface. + +##Change Log + +* Version 5.0 removes DOMSubtreeModified due to browser issues. Work around call barChart(id,xmlurl) in your JavaScript