fixed typo in changelog, thanks niphlod

This commit is contained in:
mdipierro
2013-07-21 17:27:33 -05:00
parent 24067bfc37
commit 124c85a5ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
## 2.5.1
- New style virtual fields in grid
- Conditional fields (experimental) ``db.table.field.show_id = db.table.otherfield==True`` or ``db.table.field.show_id = db.table.otherfiel.contains(values)``
- Conditional fields (experimental) ``db.table.field.show_if = db.table.otherfield==True`` or ``db.table.field.show_if = db.table.otherfiel.contains(values)``
- auth.settings.manager_group_role="manager" enables http://.../app/appadmin/auth_manage and http://.../app/appadmin/manage for members of the "manager" group. (also experimental)
- support for POST variables in DELETE
- Fixed memory leak when using the TAG helper
+1 -1
View File
@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.07.21.17.14.46
Version 2.6.0-development+timestamp.2013.07.21.17.26.46