Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
Signed-off-by: Lilith Oberhauser <lilith.oberhauser@huawei.com>
  • Loading branch information
lilith218 committed May 21, 2024
1 parent 625fea1 commit 9c5c9fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ what exists in open-s4c libvsync.

### Fixed

- implementation of `rwlock_acquired_by_readers`
- implementation of `rwlock_acquired_by_readers`, which used to return
true also in the case of neither a writer nor a reader acquired the lock.
Now it returns true if and only if the lock is acquired by readers, as the name suggests.


### [3.5.0]
Expand Down

0 comments on commit 9c5c9fb

Please sign in to comment.