From ba7f6890f6662628b0e074498643ab1bc3f560b6 Mon Sep 17 00:00:00 2001 From: camille-bouvy-frequenz Date: Tue, 17 Sep 2024 17:12:30 +0200 Subject: [PATCH] Update Release Notes Signed-off-by: camille-bouvy-frequenz --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5507a81..da95fcd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,7 +10,8 @@ ## New Features -- Add input validation checks for `price`, `quantity`, `delivery_period`, `valid_until` and `execution_option`. +- Add input validation checks for `price`, `quantity`, `delivery_period`, `valid_until`, `execution_option` and `order_type`. +- Add unit tests for requests with invalid input parameters. - Updated dependencies to latest versions ## Bug Fixes