Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 5e75af6

Browse files
committed
Merge branch 'release-candidate'
2 parents ea1057d + e445cd7 commit 5e75af6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 10.1.1
2+
3+
### FontDiskLoader
4+
5+
#### Changes
6+
7+
* [Removed extra /x03 character in comment because it shouldn't be there.](https://github.com/google/material-components-ios/commit/b018eb87438ccfd4fa99850d9ed48698ff91e7e3) (randallli)
8+
19
# 10.1.0
210

311
## API diffs

components/FontDiskLoader/src/MDCFontDiskLoader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
/** A convience method for getting a font. */
105105
- (nullable UIFont *)fontOfSize:(CGFloat)fontSize;
106106

107-
// TODO: On or after 6/8/2016 delete these deprecations
107+
// TODO: On or after 6/8/2016 delete these deprecations
108108
- (void)setIsRegistered:(BOOL)isRegistered __deprecated_msg("This setter is no longer public");
109109
- (void)setHasFailedRegistration:(BOOL)hasFailedRegistration __deprecated_msg("This setter is no longer public");
110110

0 commit comments

Comments
 (0)