From 4e6a5725bf4b5c84953747dfa1e71d35752d0b1c Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Fri, 15 Jan 2016 12:18:53 +0800 Subject: [PATCH] Bump v6.2.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fb4b6d..ad5773a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ ##Change Log +###v6.2.0 + - Enhance printing function to match what is displayed in UI. + - Enhance export function to match what is displayed in UI. + - Enhance datatables service stub. + - Address issue #310. + - Add option to set column as exportable and/or printable. + - Action and checkbox column is not exportable but printable by default. + ###v6.1.3 - Fix logical bug with totalRecords and filteredRecords. Fix #333