From cd8427c2a98f03fb11bdb02e2dcb6c9328a4ca0f Mon Sep 17 00:00:00 2001 From: Abdullah Afzal Date: Mon, 28 Oct 2024 14:40:11 +0500 Subject: [PATCH] Fix typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e92fe6e85..a57cd3b01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2035,7 +2035,7 @@ Changed * finatra-thrift: Fixes and improvements for better Java support. ExceptionMappingFilter now works properly with generated Java controllers, added an exception mapper for the exceptions - defined in `finatra_thrift_exceptions.thrift` which works on the geneated Java code for these + defined in `finatra_thrift_exceptions.thrift` which works on the generated Java code for these exceptions. Better Java API separation to make usage less error prone and confusing. ``PHAB_ID=D237483``