Skip to content

Commit

Permalink
Update changelog for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed May 12, 2022
1 parent f3ca678 commit 6359db2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for network-wait

## 0.2.0

- Add `Network.Wait.Redis` module with functions to wait for Redis servers to become ready to accept connections. This module and its dependency on `hedis` are not enabled by default. The `network-wait:redis` flag must be enabled for this package's Redis support.
- Generalise the `recoveringWith` function to allow it to return the result of a computation.
- The functions for TCP/Sockets now return the `Socket` if they are successful.
- The functions for PostgreSQL now return the `Connection` if they are successful.

## 0.1.2

- Compatibility with GHC 8.2 and Stack LTS 11
Expand Down

0 comments on commit 6359db2

Please sign in to comment.