From 147bab0f70c8352341735fbfdaa9ffac777fc81a Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 10 Nov 2020 10:32:42 +0100 Subject: [PATCH] Prepare release notes for next release --- .dictionary | 3 ++- CHANGELOG.md | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.dictionary b/.dictionary index 504b690dd..7db3c01f9 100644 --- a/.dictionary +++ b/.dictionary @@ -1,4 +1,4 @@ -personal_ws-1.1 en 200 utf-8 +personal_ws-1.1 en 201 utf-8 AAR AARs ABI @@ -53,6 +53,7 @@ PowerShell ProGuard Protobufs PyPI +RLB Redash SDK SDK's diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f796de9..ef068cabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,18 @@ [Full changelog](https://github.com/mozilla/glean/compare/v33.1.2...main) +* Python + * Fix building of Linux wheels ([#1303](https://github.com/mozilla/glean/pull/1303)) + * Python Linux wheels no longer work on Linux distributions released before 2010. (They now use the manylinux2010 ABI, rather than the manylinux1 ABI.) +* Rust + * Introduce the RLB `net` module ([#1292](https://github.com/mozilla/glean/pull/1292)) + # v33.1.2 (2020-11-04) [Full changelog](https://github.com/mozilla/glean/compare/v33.1.1...v33.1.2) * No changes. v33.1.1 was tagged incorrectly. -* Python - * Python Linux wheels no longer work on Linux distributions released before 2010. (They now use the manylinux2010 ABI, rather than the manylinux1 ABI.) - # v33.1.1 (2020-11-04) [Full changelog](https://github.com/mozilla/glean/compare/v33.1.0...v33.1.1)