From 312bf50e0663d4802d3546ed0f27320d3bd32a29 Mon Sep 17 00:00:00 2001 From: "Aggarwal Sahil (BCI/ESW17)" Date: Tue, 18 Jul 2023 10:39:57 +0200 Subject: [PATCH] Changes done in CHANGELOG.md for new version --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4bbda0d..597c1369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.10-M1 +### Added +- In this new version, Base64 decoding is provided for the provided encoded parameters. All the provided path parameters has to be Base64 URL encoded. + +## fixed + + ## 0.3.9-M1 ### Added - In this new version, Cursor pagination is provided for search instead of classical offset pagination in previous version.