CHANGELOG.rdoc in netzke-basepack-0.5.14 vs CHANGELOG.rdoc in netzke-basepack-0.6.0
- old
+ new
@@ -1,4 +1,19 @@
+= v0.6.0 - 2010-10-24
+* netzke-core 0.6.0 compatibility, thorough refactoring
+* Much more thorough testing (cucumber and rspec)
+* FormPanel/GridPanel dynamic column/field configuration has been left out (planned for a separate gem)
+* different bug fixes
+
+* enhancements
+ * if omitted in config, a column for the primary key is automatically added to Grid/FormPanel
+
+* API incompatibilities
+ * in FormPanel, define the fields layout directly in :items, not in :fields or :columns
+
+* new
+ * FormPanel allows for arbitrary layout of fields
+
= v0.5.14 - 2010-09-08
* bug fix
* fields configurator wouldn't open in some cases
* icons location was hardcoded in search panel (credits to @pschyska)
* quick fix for datetimes not being displayed in the preferred timezone
\ No newline at end of file