From 40f339e066a52fc9ccf5548d3aff074881556052 Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Mon, 5 Nov 2012 13:51:00 -0500 Subject: [PATCH] Update CHANGES.md for selector fixes --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ccd366fac..88222b3fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ This document outlines changes since 0.3.0. For older changelogs, see the [dgrid wiki](https://github.com/SitePen/dgrid/wiki). +# master (0.3.4-pre) + +### General/Core + +* The column plugins (`editor`, `selector`, and `tree`) can now be invoked without + a column definition object at all, if no properties need to be set. This + is mostly useful for `selector`. (#324) +* Fixed an issue with the `selector` plugin when a column definition lacks a + `label` property. (#324) + # 0.3.3 ## Breaking changes