Skip to content

Making ipython-clojure java 7 friendly

Latest

Choose a tag to compare

@lorettahe lorettahe released this 17 Sep 10:19
· 1 commit to master since this release

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.