Skip to content

Commit

Permalink
Hand-modified CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Moore committed Sep 23, 2019
1 parent fd3395b commit 53366d1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# #develop#
# 92.0.0

This major release removes the `mdc_adjustsFontForContentSizeCategory` API
from `MDCTypographyScheming`. It makes
`useCurrentContentSizeCategoryWhenApplied` required for all implementations.

Replace this text with a summarized description of this release's contents.
## Breaking changes

Replace this explanations for how to resolve the breaking changes.
## New deprecations
Classes conforming to `MDCTypographyScheming` must now provide the API
`useCurrentContentSizeCategoryWhenApplied`. It was previously recommended that
it be bound to the value of `mdc_adjustsFontForContentSizeCategory`.

Replace this text with links to deprecation guides.
## New features
## Changes

Replace this text with example code for each new feature.
## API changes
## schemes/Typography

## Component changes
* [Replace `mdc_adjustsFontForContentSizeCategory` with (#8476)](https://github.com/material-components/material-components-ios/commit/fd3395b5297c9dd4e4aeb25c02dee6026720c962) (Robert Moore)

---

Expand Down

0 comments on commit 53366d1

Please sign in to comment.