CHANGELOG in jsus-0.2.4 vs CHANGELOG in jsus-0.2.5
- old
+ new
@@ -1,5 +1,14 @@
= Jsus Changelog
+== Version 0.2.5
+* Fixed Container#sort not dealing with wildcards, which made it slower but
+ at least made it work
+* Reduced a whole ton of Container creation calls wherever they didn't seem
+ appropriate
+* Container sorting routine is now lazily evaluated
+
+All in all, this resulted in 70% speedups on complex cases.
+
== Version 0.2.4
* Replacements feature
* Postprocessing feature
See jsus-examples repo or features dir for more information.
\ No newline at end of file