= Soon
+ Clearer Concept for handling Objects
+ _JMO.strictObjects ... to forbid Object-Shortcuts
+ _JMO.strictFunctions ... to forbid Function-Shortcuts

= 0.7.5		16.10.2019
+ Str.fill to format Stings
+ _JMO.version
+ Return-Type "Same" for functions now works
+ List.clear
- Type-unsafe Vars now ends with a ¿, nillable ends with ?
- §<< removed
- Documentation improved
b Handling empty functions
b Some little fixes

= 0.7.4		07.10.2019
+ List.insert
+ QuickSort works!
b Major bugfix at handling instances

= 0.7.3		02.10.2019
+ Values from ".each" and ".times" can passed directly to an variable: Example: 3.times(:a)
- Group: Now it makes a difference whether you call it with "()" or with "Group"
- Condition: Now it makes a difference whether you call it with "?()" or with "Condition"
- Assign a value to a variable with "mem", now needs a VarLet. Example: 5.mem(:a); a.print
b Some fixes for the CLI

= 0.7.2		26.09.2019
+ New List-Function "concat" with alias ++
- Complete Code-Review to make it OpenSource

= 0.7.1
+ Exit the Application with: _APP.exit or §exit
+ List.filter with _EACH or $$; Example: [3,9,7,2].filter($$ < 5).print; [3,9,7,2].filter(_EACH < 5).print
+ Cool List-Functions for cutting: left, right, cut, area, from, to
+ New Atomic Types: Byte, Short, Long, Float
- Major update at storing and handling variables.
b Important fixes for the Function-Multi-Call-System
b Different fixes and improvements

=0.6.38
+ Condition works with:  Condition(Bool cond, Object then, Object else) ... or with: ?(Bool cond, Object then, Object else)
+ Variables ending with ?? now are Type-unsafe and nillable
- Raw Objects, without Auto-Block-Function couldn't have Blocks anymore.


################################
# = = New Version-Nr
# + = Added new Feature/Function
# - = Change
# b = Bugfix
