summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorTomasz T <tomasz154@10g.pl>2011-12-06 12:36:16 +0100
committerTomasz T <tomasz154@10g.pl>2011-12-06 12:37:36 +0100
commit17bcd2b5c8b994ca14cc19d31674258b07c905fc (patch)
tree4848bddcd5b94c0ee2a7a988b17974892a3e9c4a /user_guide_src
parentc9fc88c09c1a0accdddd3710907fee2f5b42d7ad (diff)
updated changelog with dbforge fix
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 5c7fd8d59..cbe6da28a 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -60,6 +60,7 @@ Bug fixes for 3.0
language file.
- Fixed a bug (#159, #163) that mishandled Active Record nested transactions because _trans_depth was not getting incremented.
- Bug #419 - auto_link() now recognizes URLs that come after a word boundary.
+- Fixed a bug where using $this->dbforge->create_table() with PostgreSQL database could lead to fetching whole table.
Version 2.1.0
=============