You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the last release, users could no longer run ipython-clojure with java 7, due to the usage of java 8 api to encode base64 bytes.
This release makes the encoding code java 7 compatible.