| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index a1bd217b62d38c0a82c35e99c7e98b22723519d6..7de0e876b02f69e80c9964a0b96e07ca35dc0771 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,13 @@
|
| +## 1.2.0
|
| +
|
| +* Add `Client.isClosed` and `Server.isClosed`, which make it possible to
|
| + synchronously determine whether the connection is open. In particular, this
|
| + makes it possible to reliably tell whether it's safe to call
|
| + `Client.sendRequest`.
|
| +
|
| +* Fix a race condition in `Server` where a `StateError` could be thrown if the
|
| + connection was closed in the middle of handling a request.
|
| +
|
| ## 1.1.1
|
|
|
| * Update the README to match the current API.
|
|
|