- MediaPipe Pose now outputs "segmentation_mask" when [`enable_segmentation`](https://google.github.io/mediapipe/solutions/pose.html#enable_segmentation) is set.
- MediaPipe Python [FaceMesh](https://google.github.io/mediapipe/solutions/face_mesh.html#python-solution-api), [Hands](https://google.github.io/mediapipe/solutions/hands.html#python-solution-api), [Pose](https://google.github.io/mediapipe/solutions/pose.html#python-solution-api), and [Holistic](https://google.github.io/mediapipe/solutions/holistic.html#python-solution-api) have new drawing styles. Please refer to the documentation and the Colab examples for more details.
- MediaPipe now offers Android [FaceMesh](https://google.github.io/mediapipe/solutions/face_mesh.html#android-solution-api) and [Hands](https://google.github.io/mediapipe/solutions/hands.html#android-solution-api) solution APIs (currently in Alpha). The maven artifacts are available in [Google's Maven Repository](https://maven.google.com/web/index.html?#com.google.mediapipe). To try the example apps, please import [the solution example Android Studio project](https://github.com/google/mediapipe/tree/master/mediapipe/examples/android/solutions) on either Linux, macOS, and Windows.