]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - Changes
prepare to release 1.26
[deb_pkgs/libhtml-calendarmonth-perl.git] / Changes
diff --git a/Changes b/Changes
index 9c7f964db0bc86f62c37ed17729f70c9af84d11a..5bed277d155f640b692762bf4604b066aed9b2a9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,30 @@
-Revision history for Perl extension HTML-CalendarMonth.
+Revision history for HTML-CalendarMonth
+
+1.26  Fri Aug 26 15:08:49 EDT 2011
+        - fixed css/header interactions
+        - updated tests
+
+1.25  Fri Sep 24 03:09:38 EDT 2010
+        - Switched to File::Which for finding cal/ncal
+        - Added some sanity checks for the cal/ncal output
+
+1.23  Sat Jun 12 21:12:45 EDT 2010
+        - Updated interface with DateTime::Locale (will eventually
+          require another update when Locale::CLDR is released
+        - Deprecated offsets; too much complexity for little gain
+        - Fixed week-of-year bug in end-of-year edge cases (first
+          week has higher number than the next) RT #53795
+        - Made row globbing optimize on row elements if possible
+        - Updated default HTML style to be more CSS friendly (inspired
+          by RT #37548)
+        - Added option for semantic CSS classes on cells (past, present,
+          future) ala RT #37549
+        - Updated test data
+        - Improved date tool auto detect
+        - Fixed Date::Manip parse error for negative day deltas
+        - Doc updates
+        - Test updates
+        - Added linux 'ncal' harness
 
 1.19  Sat Mar 15 00:47:26 EDT 2008
         - Fixed longstanding test failure due to HTML::Tree (properly)