Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 799 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 799 Bytes

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

Changed

  • (#1) Fix VerifyError on some environments
    • This change removed the java.io.Closeable implementation from Pogonos readers. Users need to use pogonos.protocols/IReader#close() instead.
  • (#2) Fix shadow-cljs warnings that complain about marker protocol
    • This change replaced the Invisible protocol with a new one: IVisibility

0.1.0 - 2020-06-18

  • First release