Changeset 4855
- Timestamp:
- 07/01/08 03:23:06 (5 months ago)
- Files:
-
- branches/1.0/CHANGELOG.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/CHANGELOG.txt
r4814 r4855 2 2 ==================== 3 3 4 1.0. 4.5 (June 19, 2008):4 1.0.5 (July 1, 2008): 5 5 ------------------------ 6 7 Fixes and Improvements 8 ~~~~~~~~~~~~~~~~~~~~~~ 9 10 * You can now pass a couple of interesting configuration parameters to 11 TurboJson (e.g. ``json.ensure_ascii=True``, and the default is now False). 12 * A new epydoc-based API docs generation script was added. 6 13 7 14 Fixes and Improvements … … 17 24 * Setting ``tg_format=json`` is now allowed even when the format is already 18 25 JSON by default (#1459). 19 * A new epydoc-based API docs generation script was added.20 26 * Small improvements in ``DataGrid``, empty headers are now allowed. 21 27 * Small improvements in the ``DataGrid`` and ``PaginateDataGrid`` templates. … … 31 37 * The error handler did not return JSON when it had been requested from the 32 38 original controller using ``tg_format``. 33 * You can now pass a couple of interesting configuration parameters to34 TurboJson (e.g. ``json.ensure_ascii=True``, and the default is now False).35 39 * ``tg-admin shell`` now works with "heredocs" and other cases when the 36 40 standard input encoding is not defined. 37 * ``tg-admin too olbox`` did not work when ``server.socket_host`` was not41 * ``tg-admin toolbox`` did not work when ``server.socket_host`` was not 38 42 set on some platforms (#1713). 39 43 * ``tg-admin i18n collect`` did not work with nested packages (#1779).