Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e319a89

Browse files
authoredApr 12, 2021
Update Changelog.md
1 parent c2300ed commit e319a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Release date: 4.11.2021 (Afternoon)
8888
What was added:
8989
* Ability to serialize Scope object!
9090
* Ability to clone Objects using Serializer!
91-
* Ability to instantiate any object using Serializer by calling shortest public cnstructor!
91+
* Ability to instantiate any object using Serializer by calling shortest public constructor!
9292
* Now you can access Java utility from SerialX, you can invoke public static methods and fields directly from SerialX!
9393
* SelfSerializable interface which gives you ability to serialize objects without protocol by calling public constructors!
9494
* Static field "new" to obtain clone of variable and "class" to obtain class of variables value!

0 commit comments

Comments
 (0)
Please sign in to comment.