Scrolls v0.3.7 Release Notes

Release Date: 2014-02-10 // about 10 years ago
    • IMPORTANT Added warnings added around the planned deprecation of #add_global_context and #global_context(). See this document for more details. These warnings are currently sent to $stderr.
    • ➕ Add helper methods to support Logger functionality. These include #warn, #fatal and the like. This allows Scrolls to be a drop in replacement for Logger.
    • ➕ Added Scrolls#init to mimic future behavior being laid out in this PR.