From 7ac733f9f4699b8bf0b05d0f866a187289e35b99 Mon Sep 17 00:00:00 2001 From: Karl Dubost Date: Wed, 10 Feb 2021 12:49:24 +0900 Subject: [PATCH] v40.0.0 changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3df27e54..544554e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 2. New features: affect minor number 3. API endpoint changes or (major) dependency version updates: affect major number +## 40.0.0 - 2021-02-10 + +* Fixes #3528 - Fix CSS for description textarea [Pull #3535](https://github.com/webcompat/webcompat.com/pull/3535) +* Fixes #3532 - Move to python 3.9.1 [Pull #3533](https://github.com/webcompat/webcompat.com/pull/3533) +* Fixes #3526 - Make get_description regex less greedy [Pull #3527](https://github.com/webcompat/webcompat.com/pull/3527) + ## 39.0.1 - 2021-01-27 * Fixes #3522 - Fix outreach comment for auth reports [Pull #3525](https://github.com/webcompat/webcompat.com/pull/3525)