From b15f724d6a9b5cfdda42b4fb64324e61d208253f Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Tue, 1 Oct 2019 11:24:33 +0200 Subject: [PATCH] Add more info --- docs/_posts/2018-12-20-changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_posts/2018-12-20-changelog.md b/docs/_posts/2018-12-20-changelog.md index 87bee1b9..97aac6dc 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -17,7 +17,8 @@ New versions are released through GitHub, so the reference page is the [GitHub R - [Camera2, Metering] Improvement: `onAutoFocusEnd` is now guaranteed to be called ([#574][574]) - [Camera2, Metering] Improvement: taking picture does not invalidate the previous focus ([#574][574]) - [Camera2, Metering] Improvement: better metering when zoomed in ([#574][574]) -- [Real time filters] Breaking change: `Filter` interface signatures now accept timestamps for animations ([#588][588]) +- [Real time filters] **Breaking change**: `Filter` interface signatures now accept timestamps for animations ([#588][588]) +- [Overlays] New: you can now use `addView()` and `removeView()` to add or remove overlays at runtime (see docs) ([#588][588]) - [Video] Improvement: better encoder selection ([#588][588]) - Fix: fixed various bugs and improved stability ([#588][588])