Skip to content

Commit 99c3fef

Browse files
committed
Small text changes in CHANGELOG
1 parent ede378f commit 99c3fef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## 1.1.1
2525

2626
- Added missing documentation for `bitsLeft` and `bitsRead` computed properties.
27-
- Disable symbol stripping in archives generated by Carthage and published on GitHub Releases.
27+
- Disabled symbol stripping in archives generated by Carthage and published on GitHub Releases.
2828

2929
## 1.1.0
3030

@@ -34,11 +34,11 @@
3434

3535
## 1.0.2
3636

37-
- Fix several problems causing incorrect preconditions failures.
37+
- Fixed several problems causing incorrect preconditions failures.
3838

3939
## 1.0.1
4040

41-
- Increased performance of `bit()`, `bits(count:)` and `int(fromBits:)` functions for both `LsbBitReader` and `MsbBitReader`.
41+
- Improved performance of `bit()`, `bits(count:)` and `int(fromBits:)` functions for both `LsbBitReader` and `MsbBitReader`.
4242
- More consistent behaviour (precondition failures) for situtations when there is not enough data left.
4343
- Small updates to documentation.
4444

0 commit comments

Comments
 (0)