summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-03-22 13:55:33 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-03-22 13:55:33 -0700
commit67c0b3db08eb6132b503e3f9260445843bf732b0 (patch)
tree3b417b3cc58e83f59cb0e78f3fe0a2d0715cf22e
parent70f6800d5aa7fce9fb4393307d6fbaacc6ba0527 (diff)
Changelog update.
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 50037372..eba9e3ea 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,6 +5,7 @@ Bug Fixes:
----------
* Fix a bug where the schema qualifier was ignored by the auto-completion.
As a result the suggestions for tables vs functions are cleaner. (Thanks: darikg_)
+* Remove scientific notation when formatting large numbers. (Thanks: `Daniel Rocco`_)
* Add the FUNCTION keyword to auto-completion.
* Display NULL values as <null> instead of empty strings.
* Fix the completion refresh when ``\connect`` is executed.