Skip to content

Commit

Permalink
Added CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagotch committed Mar 3, 2015
1 parent 3ffecc2 commit ff04c0b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# CHANGELOG

## 0.2.0

- Breaking change in API: functions with optionnal time zone
argument splitted into 2 different functions. With and without
time zone argument.
- Used format-like function to be able to customize printing.
- Added printers for basic format.
- Important bugfix when using mktime.

## 0.1.3

- Printer bugfix.

## 0.1.2

- Printer bugfix.

## 0.1.1

- Fixed OCaml 3.12.1 compatibility.

## 0.1.0

- Permissive module will parse a superset of (a part of)
the ISO8601 spec.
- Printing of date / times / ... with the form defined as
the extended format.

0 comments on commit ff04c0b

Please sign in to comment.