icecream v2.0.0 Release Notes

Release Date: 2019-10-26 // over 4 years ago
    • โž• Added : Support for Python 3.8.
    • โœ‚ Removed : Support for Python 3.4.
    • ๐Ÿ”„ Changed : Switched core AST parsing engine to Alex Hall's executing
      (https://github.com/alexmojaki/executing). Huge thank you to Alex Hall.
    • ๐Ÿ”„ Changed : Whitespace in arguments is no longer collapsed. Indentation in
      multiline arguments is now preserved.

Previous changes from v1.3.1

    • โœ‚ Removed: Support for Python 3.3, which reached EOL on 2017-09-29.
    • ๐Ÿ›  Fixed: ic() invocations that fail to find or access source code (e.g. eval(),
      ๐Ÿ–จ exec(), python -i, etc) now print an error message instead of throwing an
      IOError (Python 2) or OSError (Python 3).