From b555fe4b0d63fe1ba97c1b570ccb84be6f2d79ae Mon Sep 17 00:00:00 2001 From: Johan Haleby Date: Fri, 17 Jan 2020 11:46:42 +0100 Subject: [PATCH] Fixed typo in changelog --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index dc0aeffbe..d9b4cbae3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,7 +4,7 @@ Changelog next version * Ignore unsupported by scripbejava verbs (thanks to Corneliu Duplachi for pull request) * Add support for SameSite in Cookie (issue 1255) (thanks to Andreas Jonsson for pull request) * Upgrading jackson2 from version 2.10.0 to 2.10.2 -* Introduce the spring-mock-mvc-kotlin-extensions project which allows a nicer experience for Kotlin developers using the spring-mock-mvc module. This allows one to write tests like this: +* Introduced the spring-mock-mvc-kotlin-extensions project which allows a nicer experience for Kotlin developers using the spring-mock-mvc module. This allows one to write tests like this: class RestAssuredMockMvcKotlinExtensionsTest {