From 7198f6b67269754cadb5cedf970b997b5a416158 Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Fri, 13 Aug 2021 17:31:05 -0500 Subject: [PATCH] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index cf534e9263..e875070c6a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Change Log +## 5.0.9 +**Fixes** + * [view commit](https://github.com/yahoo/elide/commit/8e15a2dccdb6d7d9107a5cc747355d5754371a83) Reduce boot startup time. Reducing ClassGraph scans to a single scan (#2253) + ## 5.0.8 **Features** * [view commit](https://github.com/yahoo/elide/commit/5e8b945b8bd641c8120c8601126564e02eab8f5c) GraphQL Subscriptions PR1: Subscription model builder (#2243)