Fix typo in changelog entry for #3305
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 1c3a432..49250de 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -254,7 +254,7 @@
- Added support for passing a custom database object to the loader.
- Added support for passing custom table attributes (such as ``ENGINE`` for MySQL) to ``create_table()``.
- Added support for usage of the *FIRST* clause in ``add_column()`` for MySQL and CUBRID.
- - Added partial support for field columns (MySQL, PostgreSQL, Oracle).
+ - Added partial support for field comments (MySQL, PostgreSQL, Oracle).
- Deprecated ``add_column()``'s third method. *AFTER* clause should now be added to the field definition array instead.
- Overall improved support for all of the drivers.