Skip to content

Commit f1820d0

Browse files
committed
Updated CHANGES
1 parent 0074397 commit f1820d0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Changelog
22

3+
## 0.5.2
4+
5+
### Fixed
6+
7+
* Ensure responder demand is reset on the next runloop tick to avoid a runtime
8+
error due to a nested state update.
9+
* Workaround for what seems to be a compiler or xccov bug that causes coverage
10+
data to become malformed when passing a reference to a super implementation
11+
in a point-free manner.
12+
313
## 0.5.1
414

5-
## Fixed
15+
### Fixed
616

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

0 commit comments

Comments
 (0)