From ffafdbaf00da84eaa3812762f2942162d6799068 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Wed, 4 Aug 2021 10:28:33 -0700 Subject: [PATCH] Remove false changelog entry for core-amqp (#16737) --- sdk/core/core-amqp/CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sdk/core/core-amqp/CHANGELOG.md b/sdk/core/core-amqp/CHANGELOG.md index b51b1e456e57..f59373237417 100644 --- a/sdk/core/core-amqp/CHANGELOG.md +++ b/sdk/core/core-amqp/CHANGELOG.md @@ -2,13 +2,11 @@ ## 3.1.0 (Unreleased) -### Key Bugs Fixed +### Features Added -- Updated to use the latest version of the `rhea` package. - Part of a fix for PR#15989, where draining messages could sometimes lead to message loss with `receiver.receiveMessages()`. - [PR#15989](https://github.com/Azure/azure-sdk-for-js/pull/15989) - Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features - With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details. +- Updated to use the latest version of the `rhea` package. ## 3.0.0 (2021-06-09)