summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-12-19 19:48:29 +0100
committerEric Barnes <eric@ericlbarnes.com>2011-12-19 19:48:29 +0100
commitdc3e4bedb39afe30d95635e5258aaecec4dfd74c (patch)
tree8a5d72802462a9aada8c8587e3025e5bddc6aaff /user_guide_src
parentd054e137917ef1131195679aa8abeb4dbf69e4e4 (diff)
Fixed year and month seconds for timespan().
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 74c29a509..44c9432a2 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -73,6 +73,7 @@ Bug fixes for 3.0
- Fixed bugs (#157 and #174) - the Image_lib clear() function now resets all variables to their default values.
- Fixed a bug where using $this->dbforge->create_table() with PostgreSQL database could lead to fetching whole table.
- Bug #795 - Fixed form method and accept-charset when passing an empty array.
+- Bug #797 - timespan was using incorrect seconds for year and month.
Version 2.1.0
=============