Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit eee86b4

Browse files
author
Jeff Verkoeyen
committed
Update CHANGELOG.
1 parent 1f994d0 commit eee86b4

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# #develop#
1+
# 3.3.0
22

3-
TODO: Enumerate changes.
3+
This minor release deprecates some behavior and replaces it with a new API.
44

5+
## New deprecations
6+
7+
- `MDMTransitionWithFallback` nil behavior is now deprecated. In order to fall back to system
8+
transitions you must now conform to `MDMTransitionWithFeasibility` and return NO.
9+
10+
## Source changes
11+
12+
* [Backport MDMTransitionWithFeasibility from the v4.0.0 release for v3.1 clients.](https://github.com/material-motion/transitioning-objc/commit/1f994d03c7971001cc8faafe61b3ed2f55bca118) (Jeff Verkoeyen)
13+
14+
## API changes
15+
16+
### MDMTransitionWithFeasibility
17+
18+
*new* protocol `MDMTransitionWithFeasibility`.
519

620
# 3.2.1
721

0 commit comments

Comments
 (0)