Changelog.md in nunes-0.4.0 vs Changelog.md in nunes-0.5.0

- old
+ new

@@ -1,4 +1,12 @@ +# 0.5.0 + +* no longer doing underscore on active job class name when instrumenting it (ie: active_job.spam_detector_job.perform changed to active_job.SpamDetectorJob.perform) +* drop ruby 1.9 support +* ruby namespaces are now converted to dash instead of dot in metric namespace (https://github.com/jnunemaker/nunes/pull/27) +* allow disabling view/db runtime, format and exception instrumentation +* official support for rails 5 + # 0.4.0 ## Backwards Compatibility Break * Changed required Rails version to 4.2.