Skip to content

Commit

Permalink
Update changelog for v1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Kang <[email protected]>
  • Loading branch information
SahilKang committed Nov 25, 2024
1 parent c57dfb2 commit 084e016
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.2] - 2024-11-24

### Fixed

* Use `asdf:registered-system` instead of `asdf:find-system` to avoid an
`asdf/plan:system-out-of-date` error.
[PR #73](https://github.com/SahilKang/cl-rdkafka/pull/73) from
[@svetlyak40wt](https://github.com/svetlyak40wt).

* Add a `continue` restart to `cl-rdkafka::poll-loop` to allow error recovery.
[PR #73](https://github.com/SahilKang/cl-rdkafka/pull/73) from
[@svetlyak40wt](https://github.com/svetlyak40wt).

* Improve readability of error messages from
`cl-rdkafka::assert-expected-event`.
[PR #73](https://github.com/SahilKang/cl-rdkafka/pull/73) from
[@svetlyak40wt](https://github.com/svetlyak40wt).

## [1.2.1] - 2023-01-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion version.lisp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.2.1"
"1.2.2"

0 comments on commit 084e016

Please sign in to comment.