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])