Skip to content

Commit 0a1d6cb

Browse files
committed
more changelogs
1 parent 4c00759 commit 0a1d6cb

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

changelog/ds-0.3.0.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: changelog
3+
title: distributed-static-0.3.0.0
4+
date: 28-01-2013
5+
status: Released
6+
version: 0.3.0.0
7+
commits: distributed-static-0.2.1.1...v0.3.0.0
8+
---
9+
10+
### Notes
11+
12+
Minor improvements to support the latest cloud haskell.
13+
14+
#### Bug Fixes
15+
16+
* [DS-3](https://cloud-haskell.atlassian.net/browse/DS-3) - Bump binary dependency

changelog/nt-0.4.0.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: changelog
3+
title: network-transport-0.4.0.0
4+
date: 28-01-2013
5+
status: Released
6+
version: 0.4.0.0
7+
commits: network-transport-0.3.0.1...v0.4.0.0
8+
---
9+
10+
### Notes
11+
12+
Minor improvements to support the latest cloud haskell.
13+
14+
#### Bug Fixes
15+
16+
* [62171](https://github.com/haskell-distributed/network-transport/commit/6217173abd87c55e5c34565931b5ba41d729fe62) - Fix build for GHC 7.4 - thanks mboes!
17+
* [5d0aa](https://github.com/haskell-distributed/network-transport/commit/5d0aacf421031eb155122d3381b1b401cd59f477) - Allow transformers above v5
18+
* [NT-7](https://cloud-haskell.atlassian.net/browse/NT-7) - Bump binary version to include 0.7.*
19+
20+
#### Improvements
21+
22+
* [44672](https://github.com/haskell-distributed/network-transport/commit/44672be03c9d0d66926416fdac23555477f99229) - Binary instance for 'Reliability' - thanks mboes!
23+
* [9c5d0c](https://github.com/haskell-distributed/network-transport/commit/9c5d0c7f84d59eae72075c4e327e3b7b7954f5aa) - Hashable instance for 'EndPointAddress'

changelog/rd-0.2.0.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: changelog
3+
title: rank1dynamic-0.4.1
4+
date: 28-01-2013
5+
status: Released
6+
version: 0.2.0.0
7+
commits: rank1dynamic-0.1.0.2...v0.2.0.0
8+
---
9+
10+
### Notes
11+
12+
This is a bug fix release.
13+
14+
#### Improvements
15+
16+
* [RANKNDYN-3](https://cloud-haskell.atlassian.net/browse/RANKNDYN-3) - Fix funResultTy so @funResultTy ANY _ = ANY@
17+
* [PR4](https://github.com/haskell-distributed/rank1dynamic/pull/4) - Ensure the result of funResultTy is consistent with unification
18+
* [RANKNDYN-2](https://cloud-haskell.atlassian.net/browse/RANKNDYN-2) - Bump binary version to include 0.7.*

0 commit comments

Comments
 (0)