Skip to content

Commit 478410e

Browse files
Update Changelog.md
1 parent 8655818 commit 478410e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,17 @@ What was added:
2727
* Objects serialized using protocol with no arguments will now not by serialized with null argument!
2828
* Repairing an error with long suffix!
2929
#
30+
31+
# SerialX 1.1.0
32+
33+
Release date: 9.21.2020 (Evening)
34+
35+
What was added:
36+
* Adding decimal number formatter!
37+
* "unserialize" method in SerializationProtocol now throws Exception which makes reflection stuff easier!
38+
* Fixing some problems such as "Too big objects simply disappear during serialization!"
39+
* Better optimization. Improving the performance of Serializing and Unserializing astronomically!
40+
* Some characters now can be serialized using regular Java way for example 'a'! However SerialX syntax characters such as { or } must be still serialized using ASCII code!
41+
Numbers must have additional character behind for example '4/' otherwise they will be taken as ASCII code!
42+
* Some new methods and stuff!
43+
#

0 commit comments

Comments
 (0)