From 9c984f0c216bf722c00c7e5f56838469029b09aa Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sun, 29 Dec 2019 14:04:33 +0100 Subject: [PATCH] Update 2018-12-20-changelog.md --- docs/_posts/2018-12-20-changelog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_posts/2018-12-20-changelog.md b/docs/_posts/2018-12-20-changelog.md index 1a5d958f..b1b1f0fd 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -13,11 +13,11 @@ Companies can share a tiny part of their revenue and get private support hours i ## v2.6.0 --[Metering] New: `startAutoFocus(RectF)` will start 3A metering to a given rect instead of a spot ([#724][724]) --[Permissions] New: `app:cameraRequestPermissions` flag to disable the automatic activity permission request ([#718][718]) --[Frame processing] New: `setFrameProcessingPoolSize()` to set the number of Frame instances that can exist at any given time. Useful in conjunction with `setFrameProcessingExecutors()`. Please read docs ([#716][716]) --[Frame processing] New: `setFrameProcessingExecutors()` to set the number of threads involved in frame processing. Useful in conjunction with `setFrameProcessingPoolSize()`. Please read docs ([#716][716]) --[Frame processing, Camera2] Improvement: ensure that slow processing does now slow down the preview ([#716][716]) +- [Metering] New: `startAutoFocus(RectF)` will start 3A metering to a given rect instead of a spot ([#724][724]) +- [Permissions] New: `app:cameraRequestPermissions` flag to disable the automatic activity permission request ([#718][718]) +- [Frame processing] New: `setFrameProcessingPoolSize()` to set the number of Frame instances that can exist at any given time. Useful in conjunction with `setFrameProcessingExecutors()`. Please read docs ([#716][716]) +- [Frame processing] New: `setFrameProcessingExecutors()` to set the number of threads involved in frame processing. Useful in conjunction with `setFrameProcessingPoolSize()`. Please read docs ([#716][716]) +- [Frame processing, Camera2] Improvement: ensure that slow processing does now slow down the preview ([#716][716])