Skip to content

Commit 15210b6

Browse files
Update Changelog.md
1 parent 38e9e4d commit 15210b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ What was added:
145145
* ComparisonOperators - for comparing objects, for instance 6 > 5
146146
* ConditionalAssignmentOperators - that provides ternary operator (?:) and null coalescing (??)
147147
* NegationOperator - to negate stuff, for example !true
148+
##
149+
* As mentioned. you can create your own parsers or even replace already existing ones with yours!
148150
* SerializationProtocol API - long known protocol system for more complex objects. It contains 8 protocols as before! Now protocols are operated by ObjectConverter!
149151
* New import system that allows you to import some class once with certain alias and then use it with that alias, similar to java!
150152
* Too big integers are now automatically converted into long without necessarily of using L suffix!

0 commit comments

Comments
 (0)