Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/flog/dev/": change = 8078]
  • Loading branch information
zenspider committed Dec 19, 2012
1 parent 4d922b5 commit 5b776e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.txt
@@ -1,3 +1,16 @@
=== 3.2.0 / 2012-12-18

* 4 minor enhancements:

* Ensure rake/tasklib is loaded when defining FlogTask. (ferrous26)
* Fixed reporting / recording of methods in singleton class blocks. (mihu)
* Refactored error handling code to flog_ruby. Calls flog_ruby! for actual work
* Refactored ruby processing code to flog_ruby!

* 1 bug fix:

* Fixed flogging of || iters. (JacobNinja)

=== 3.1.0 / 2012-11-16

* 4 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/flog.rb
Expand Up @@ -13,7 +13,7 @@ class << self
end

class Flog < SexpProcessor
VERSION = '3.1.0'
VERSION = '3.2.0'

THRESHOLD = 0.60
SCORES = Hash.new 1
Expand Down

0 comments on commit 5b776e8

Please sign in to comment.