Skip to content

Commit 8b14b0a

Browse files
committed
CHANGELOG.md: Add entry for PR #516
Signed-off-by: Andrew Gunnerson <[email protected]>
1 parent 3107a9c commit 8b14b0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
* Automatically detect sample rates supported by the output format's encoder ([Issue #507], [PR #508 @chenxiaolong])
1313
* Fixes recording failures on Redmi devices due to the OEM removing support for all non-48kHz sample rates from Android's standard Opus encoder.
14+
* Fix crash when Android returns a null SubscriptionInfo ([Issue #513], [PR #516 @chenxiaolong])
15+
* This can happen for third party applications, like SIP clients, that integrate with Android's telephony framework.
1416

1517
### Version 1.61
1618

@@ -593,6 +595,7 @@ Non-user-facing changes:
593595
[Issue #455]: https://github.com/chenxiaolong/BCR/issues/455
594596
[Issue #491]: https://github.com/chenxiaolong/BCR/issues/491
595597
[Issue #507]: https://github.com/chenxiaolong/BCR/issues/507
598+
[Issue #513]: https://github.com/chenxiaolong/BCR/issues/513
596599
[PR #2 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/2
597600
[PR #4 @EleoXDA]: https://github.com/chenxiaolong/BCR/pull/4
598601
[PR #7 @marat2509]: https://github.com/chenxiaolong/BCR/pull/7
@@ -820,3 +823,4 @@ Non-user-facing changes:
820823
[PR #505 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/505
821824
[PR #506 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/506
822825
[PR #508 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/508
826+
[PR #516 @chenxiaolong]: https://github.com/chenxiaolong/BCR/pull/516

0 commit comments

Comments
 (0)