From 8b58dc8d48bdece6dbddf128bcdc2d64f2526c2a Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Tue, 9 Jan 2024 10:09:02 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b063e0c8..24486c6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ ### Fixed - [Set wsdl file location with wsdlLocation parameter](https://github.com/premium-minds/billy/pull/474) + - [A class should not be annotated with both @Inheritance and @MappedSuperclass](https://github.com/premium-minds/billy/pull/498) fixed by [Removes @Inheritance from JPABaseEntity](https://github.com/premium-minds/billy/pull/498) + - [Remove e.printStackTrace()](https://github.com/premium-minds/billy/issues/379) fixed by [Removes e.printStackTrace() ](https://github.com/premium-minds/billy/pull/499) + - [Removes binary pfx file from license maven plugin](https://github.com/premium-minds/billy/pull/501) ### Changed