#53 Updated changelog

This commit is contained in:
Marvin Scham
2023-06-07 23:21:57 +02:00
parent 5a6ff71839
commit 450090e71a

View File

@@ -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