From 85fd2a8ae54ab083bbce632358528ba2ad472143 Mon Sep 17 00:00:00 2001 From: Bojan Tomic Date: Sun, 21 Mar 2021 23:23:27 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20Servlet=20=E2=9E=9D=20Mvc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e70495..2d4fce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Support subscriptions over SSE [#97](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/97) ### Changed +- [Breaking] Renamed all `Servlet*` classes to `Mvc*` (e.g. `ServletContextFactory` ➝ `MvcContextFactory`) - [Breaking] Make async execution the default [#99](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/99) - Rewrite the WebSocket-based subscriptions implementation [#98](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/98)