Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Aug 16, 2023
1 parent 01661a8 commit 628f9a0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

## Unreleased
## v0.4.1 (Aug 2023)

### Changes

- `UNDEFINED` is now guaranteed to be a singleton, preventing `id(obj)` mismatches.
- Allow `Client.start()` to be called again if `Client.close()` was called previously.

### Bugfixes

- `Client.start()` now correctly initialized a new client session if called
after closing the client previously.

### Additions

- Tests :).

---

Expand Down

0 comments on commit 628f9a0

Please sign in to comment.