Skip to content

Commit

Permalink
Bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Collins authored and Dave Worth committed Apr 18, 2012
1 parent c165dbc commit 29dfb5f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.5.3

* Add check for user input in Object#send (Neil Matatall)
* Handle render :layout in views
* Support output to multiple formats (Nick Green)
* Prevent infinite loops in mutually recursive templates
* Only check eval arguments for user input, not targets
* Search subdirectories for models
* Set values in request hashes and propagate to views
* Add rake task file to gemspec (Anton Ageev)
* Filter rescanning of templates (Neil Matatall)
* Improve handling of modules and nesting
* Test for zero errors in test reports

# 1.5.2

* Fix link_to checks for Rails 2.0 and 2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Brakeman
Version = "1.5.2"
Version = "1.5.3"
end

0 comments on commit 29dfb5f

Please sign in to comment.