From 28e0f2a5872700632b0d6b33c7b90cd4355f3b14 Mon Sep 17 00:00:00 2001 From: Trung Le <58827450+ltrung@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:38:08 -0700 Subject: [PATCH] Fix CHANGELOG for 3.17 release --- CHANGELOG.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa235044a..1c917ae4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.18.0] - 2023-09-11 - -### Added - -### Removed -- Resolution constraint for content share - -### Changed - -### Fixed - ## [3.17.0] - 2023-08-15 ### Added @@ -24,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a new meeting event, `deviceLabelTriggerFailed`, for device label trigger failures. By default, the Chime SDK for JavaScript requests access to the microphone and camera in order to retrieve device labels. The SDK will send the `deviceLabelTriggerFailed` event when either the microphone, camera or both requests fail. (Before this PR, the SDK would emit `audioInputFailed` and `videoInputFailed` events simultaneously, which could lead to confusion.) If a custom function is supplied with `meetingSession.audioVideo.setDeviceLabelTrigger`, the SDK will send this event when the custom function is not successful. ### Removed +- Resolution constraint for content share ### Changed