File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ Mark "*": bug fixed.
66Mark "!": change that can break compatibility with older version of the library
77===============================================================================
88
9+ version 3.0.0, 2022-10-11:
10+ ==========================
11+ * Fix Date.week_first_last according to ISO 8601 (@balat)
12+ * Remove incorrect time zone bound check (@vouillon)
13+ ! Switch from Str to Re (@vouillon)
14+ ! Remove date function from the version API (@c-cube)
15+ o Add some uility function for comparing dates (@loxs)
16+ * Switch the build-system to dune (@c-cube)
17+
918version 2.04, 2014-10-29:
1019===========================
1120* [Makefile] Fix minor issues with ocamlfind and 'make install' (from
Original file line number Diff line number Diff line change 11opam-version: "2.0"
2- version: "dev "
2+ version: "3.0.0 "
33author: "Julien Signoles"
44maintainer: "ocaml-community"
55license: "LGPL-2.1 with OCaml linking exception"
Original file line number Diff line number Diff line change 11(lang dune 1 .0)
2+ (name calendar)
3+ ( version 3 .0.0)
You can’t perform that action at this time.
0 commit comments