From 6a35a90e90ee209b3b8118aba880800316082b24 Mon Sep 17 00:00:00 2001 From: Programmer001 <39063786+SimplyProgrammer@users.noreply.github.com> Date: Sun, 16 May 2021 22:37:57 +0200 Subject: [PATCH] Update Changelog.md --- Changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 835b1fb..ea7455a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -110,12 +110,12 @@ What was added: Release date: 4.11.2021 (Afternoon) What was added: -* Serializer can now serialize into any Appendable which includes all Writers, StringBuilder and many others which gives you alot of uportunities! +* Serializer can now serialize into any Appendable which includes all Writers, StringBuilder and many others which gives you a lot of opportunities! * Serializer can now read from any CharSequence or any Reader object! * Serializer is now fully capable of reading JSON! -* Serializer can read specific object or variable while ignoring any other stuff which saves alot of performance (this is experimental)! +* Serializer can read specific object or variable while ignoring any other stuff which saves a lot of performance (this is experimental)! * Slight increase of reading performance! * Utility to work with JSON like JsonScope! -* Alot of new utility in Scope object such as filtering or object transformation! +* A lot of new utility in Scope object such as filtering or object transformation! * Small bugs fixed! #