Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed May 13, 2020
1 parent b46cbdd commit 58b3563
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,3 +1,10 @@
1.4.0 (2020-05-12)
=====================
* API change - remove merge_fibers support since it resulted in incorrect results or crashes (Charlie Savage)
* Fix crash when profiling memory usage (Charlie Savage)
* When tracing execution correctly print out newobj tracepoint events (Charlie Savage)
* Remove no longer needed code for building extensions (Charlie Savage)

1.3.2 (2020-04-19)
=====================
* Fix rack profiler so it is thread safe (Charlie Savage)
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby-prof/version.rb
@@ -1,3 +1,3 @@
module RubyProf
VERSION = "1.3.2"
VERSION = "1.4.0"
end

0 comments on commit 58b3563

Please sign in to comment.