From 3d710c1c6ff876f514b275d8be9bc899b5b0a7d9 Mon Sep 17 00:00:00 2001 From: Vladimir Piskarev Date: Fri, 21 Apr 2023 20:17:25 +0300 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7641ea362bf2b..e4d78f57a49ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## v1.39.0 - 06/29/2023 +- [debug] added support for conditional exception breakpoints [#12445](https://github.com/eclipse-theia/theia/pull/12445) + [Breaking Changes:](#breaking_changes_1.39.0) - [repo] with the upgrade to Inversify 6.0, a few initialization methods were adjusted. See also [this migration guide entry](https://github.com/eclipse-theia/theia/blob/master/doc/Migration.md#inversify-60). Additionally, other changes include: [#12425](https://github.com/eclipse-theia/theia/pull/12425)