Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyProgrammer authored Apr 12, 2021
1 parent c2300ed commit e319a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Release date: 4.11.2021 (Afternoon)
What was added:
* Ability to serialize Scope object!
* Ability to clone Objects using Serializer!
* Ability to instantiate any object using Serializer by calling shortest public cnstructor!
* Ability to instantiate any object using Serializer by calling shortest public constructor!
* Now you can access Java utility from SerialX, you can invoke public static methods and fields directly from SerialX!
* SelfSerializable interface which gives you ability to serialize objects without protocol by calling public constructors!
* Static field "new" to obtain clone of variable and "class" to obtain class of variables value!
Expand Down

0 comments on commit e319a89

Please sign in to comment.