Skip to content

Commit

Permalink
Add changelog notes for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Jan 26, 2024
1 parent 2a635ee commit 312ac96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.1 - 2024-01-26

### Fixed

- Added deserialization clauses to the default (de)serializer for binary
broadcast messages.
- Broadcasts like `MyAppWeb.Endpoint.broadcast!(topic, event, {:binary, <<1, 2, 3>>})`
improperly arrived as a message in `c:Slipstream.handle_info/2` prior to this fix.

## 1.1.0 - 2023-06-12

### Added
Expand Down

0 comments on commit 312ac96

Please sign in to comment.