From 267018b80dbdbc2a31752d019d8fc35a94eb1557 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 7 Jan 2016 12:40:23 -0500 Subject: [PATCH] Update Changelog with aggregate functions note --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 9e27d21..b7d2363 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ * Adds `column_count()` method to `Statement` and `Row`. * Adds `types::Value` for dynamic column types. +* Adds support for user-defined aggregate functions (behind the existing `functions` Cargo feature). * Introduces a `RowIndex` trait allowing columns to be fetched via index (as before) or name (new). # Version 0.6.0 (2015-12-17)