Skip to content

Commit

Permalink
Bump to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Mar 1, 2013
1 parent e290177 commit b2ee562
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES
@@ -1,3 +1,18 @@
# 1.9.3

* Add render path to JSON report
* Add warning fingerprints
* Add check for unsafe reflection (Gabriel Quadros)
* Add check for skipping authentication methods with blacklist
* Add support for Slim templates
* Remove empty tables from reports (Owen Ben Davies)
* Handle `prepend/append_before_filter`
* Performance improvements when handling branches
* Fix processing of `production.rb`
* Fix version check for Ruby 2.0
* Expand HAML dependency to include 4.0
* Scroll errors into view when expanding in HTML report

# 1.9.2

* Add check for CVE-2013-0269
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
@@ -1,3 +1,3 @@
module Brakeman
Version = "1.9.2"
Version = "1.9.3"
end

0 comments on commit b2ee562

Please sign in to comment.