From 450090e71a6ec6ea810eeecf95c3bf14bb5c2494 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Wed, 7 Jun 2023 23:21:57 +0200 Subject: [PATCH] #53 Updated changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62761a..71620ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,14 @@ ### Added - `EbayItemDataSource` (#37) +- Product data persistence via SQLite integration (#53) - Mutation testing capabilities via PITest (#66) - `Product` class - Mapping between Product and its corresponding DTO - Dependencies: Lombok for easier notation, JUnit 5 Params for repetitive tests -- Product Validation -- Product Retrieval -- Unit Tests +- Product validation, retrieval and persistence writing +- Product catalogue retrieval and persistence writing +- More unit tests ### Changed