Skip to content

Commit e633932

Browse files
committed
Updated changelogs following #467
1 parent bd37cca commit e633932

File tree

11 files changed

+20
-0
lines changed

11 files changed

+20
-0
lines changed

packages/distributed-process-async/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
4+
* Removed unused dependencies (#467)
45

56
2024-10-30 David Simmons-Duffin <[email protected]> 0.2.10
67

packages/distributed-process-client-server/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Unreleased
44

55
* Ported test suite to use `tasty` rather than `test-framework`.
6+
* Removed unused dependencies and addressed some warnings (#467).
67

78
2024-10-30 David Simmons-Duffin <[email protected]> 0.2.7.1
89

packages/distributed-process-extras/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
4+
* Addressed some compilation warnings (#467).
45

56
2024-10-30 David Simmons-Duffin <[email protected]> 0.3.8
67

packages/distributed-process-simplelocalnet/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
3+
* Removed unused dependencies and addressed some compilation warnings (#467).
4+
15
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.3.2
26

37
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

packages/distributed-process-supervisor/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
4+
* Addressed some compilation warnings (#467).
45

56
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.2.2
67

packages/distributed-process/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Unreleased
22

33
* Added documentation on the unit of measurement for timeout durations (#340)
44
* Added upper bound on `template-haskell` to prevent future breakage.
5+
* Addressed some compilation warnings (#467)
56

67
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.7.7
78

packages/network-transport-inmemory/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
3+
* Addressed some compilation warnings (#467)
4+
15
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.5.41
26

37
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

packages/network-transport-tcp/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
4+
* Addressed some compilation warnings (#467)
45

56
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.8.5
67

packages/network-transport-tests/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
3+
* Addressed some compilation warnings (#467)
4+
15
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.3.3
26

37
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

packages/network-transport/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22

33
* Prevent asynchronous exceptions from `Network.Transport.Util.spawn` (#42).
4+
* Addressed some compilation warnings (#467)
45

56
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.5.8
67

packages/rank1dynamic/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
4+
* Removed unused test dependencies (#467)
45

56
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.4.2
67

0 commit comments

Comments
 (0)