Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 987 Bytes

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 987 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • Fix issue #18: bug when dealing with multiple exception types

Added

  • Library should work with both Clojure and ClojureScript.
  • Started using deps.end, especially for cljs tests...
  • but still using lein for deployments to clojars.

Fixed

  • Use Reader conditionals for platform specific code, should be complete now.

[0.1.1]

Added

  • CHANGELOG.md created.
  • Add basic support to ClojureScript.

Fixed

  • Fix retry-after calculation based on retry-after-ms option.