Skip to content

Commit ab50048

Browse files
committed
Prepare for v0.2.12
1 parent d9a9c20 commit ab50048

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 2020-03-04 - v0.2.12
4+
5+
* Remove unused events entry box ([#93](https://github.com/haskell/ThreadScope/pull/93))
6+
* Make the app work even if it fails to load the logo ([#96](https://github.com/haskell/ThreadScope/pull/96))
7+
* Support GHC 8.8 ([#99](https://github.com/haskell/ThreadScope/pull/99))
8+
* Support ghc-events 0.12.0 ([#101](https://github.com/haskell/ThreadScope/pull/101))
9+
* Stop using gtk-mac-integration and fix broken CI ([#103](https://github.com/haskell/ThreadScope/pull/103))
10+
* This causes a visual regression. The logo won't be displayed in Dock.
11+
312
## 2018-07-12 - v0.2.11.1
413

514
* Relax upper version bounds for containers and ghc-events (#88)

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.11.1
2+
Version: 0.2.12
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)