Skip to content

Commit 9094798

Browse files
author
Mitsutoshi Aoe
committed
Prepare for v0.2.9
1 parent 0e9761c commit 9094798

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for threadscope
22

3+
## 2017-09-02 - v0.2.9
4+
5+
* Render GC waiting periods in light orange (#70)
6+
* Fix inappropriate calling convention on Windows x86 (#71)
7+
* Enable GitHub Releases (#75)
8+
39
## 2017-07-17 - v0.2.8
410

511
* Add macOS support (#56)

threadscope.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: threadscope
2-
Version: 0.2.8
2+
Version: 0.2.9
33
Category: Development, Profiling, Trace
44
Synopsis: A graphical tool for profiling parallel Haskell programs.
55
Description: ThreadScope is a graphical viewer for thread profile

0 commit comments

Comments
 (0)