Skip to content

Commit

Permalink
Updated CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Oct 29, 2021
1 parent 0074397 commit f1820d0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Changelog

## 0.5.2

### Fixed

* Ensure responder demand is reset on the next runloop tick to avoid a runtime
error due to a nested state update.
* Workaround for what seems to be a compiler or xccov bug that causes coverage
data to become malformed when passing a reference to a super implementation
in a point-free manner.

## 0.5.1

## Fixed
### Fixed

* Bug where `shouldUpdateViews` was not getting reset correctly when first responder demand
was fulfilled.
* `FirstResponderStateChangeHandler.receive(on:)` operator was not passing it's `options`
to the scheduler.
* Fixed a bug in standard edit action handling where the original implementation would not get
* Fixed a bug in standard edit action handling where the original implementation would not get
called if a standard edit action handling value was given but no override for the specific edit action
existed.
* README and documentation fixes.
Expand Down

0 comments on commit f1820d0

Please sign in to comment.