This release contains many bug fixes and addresses feedback from the 1.9.854 release candidate. Simpler Module Loading Besides several important fixes, a small bit of automatic configuration from the new module loading feature has been removed. Any module that will be loaded via cljs.loader must require it and must invoke cljs.loader/set-loaded! manually as the final statement. All existing documentation and examples from previous posts have been updated. This simplification now means downstr...