From b76aa2a65523678be35861a1a2e0e95434f9f0e8 Mon Sep 17 00:00:00 2001 From: Kolappan Nathan Date: Fri, 19 Nov 2021 23:27:55 +0530 Subject: [PATCH] Update changelog.md --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 129da82..9ea2d38 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] - 2021-11-19 ### Changed - The CSS and the element identification now uses id instead of the 1st element of the class. - - Replaced the prefixes of my initials(`nk`) & `web_dev` with `cb`. `cb` stands for cookie banner. + - Replaced the prefixes `nk`(my initials) & `web_dev` with `cb`. `cb` stands for cookie banner. - Local storage is no longer cleared if the cookie value is null. ## [2.2.0] - 2021-11-04