summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2013-04-10 11:22:18 +0200
committerStephane Glondu <steph@glondu.net>2013-04-10 11:22:18 +0200
commit7b917791d1917de5af1f4141d166bedba9798a40 (patch)
tree2fe8fabb37375aa8dbe2c0d0b16685404a3721dd /CHANGES
parente358163ec8f2d5c1fb7d36dc6ec6d8e3e23e0216 (diff)
Imported Upstream version 2.03.1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3cec379..bfa1591 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,12 +6,19 @@ Mark "*": bug fixed.
Mark "!": change that can break compatibility with older version of the library
===============================================================================
+version 2.03.1, 2011-03-24:
+===========================
+* [Calendar] Fixed bug in Calendar.prev and Fcalendar.prev: mostly raised
+ exception Date.Out_of_bounds before.
+* [Printer] `Thurday' was printed instead of `Thursday'
+
version 2.03, 2010-07-05:
=========================
-* Detect whether native dynlink works (prevents compilation bug on Mac OS X)
o [Date] new function Date.precise_sub
o [Calendar] new function Calendar.precise_sub
(from Dario Teixeira's suggestion)
+* [Compilation] detect whether native dynlink works
+ (prevents compilation bug on Mac OS X)
version 2.02, 2009-12-11:
=========================
@@ -32,7 +39,7 @@ o [Date] improve memory representation of Date.Period.t
version 2.01.1, 2009-02-23:
===========================
-* [Date] add a missing coercion rule for months
+o [Date] add a missing coercion rule for months
(e.g. "Date.make 2008 18 1" is now equal to "Date.make 2009 6 1")
* [Date] bug fixed in date arithmetic operations due to the missing above
feature