Changeset 4855

Show
Ignore:
Timestamp:
07/01/08 03:23:06 (5 months ago)
Author:
faide
Message:

reorg CHANGELOG.txt for release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/CHANGELOG.txt

    r4814 r4855  
    22==================== 
    33 
    4 1.0.4.5 (June 19, 2008): 
     41.0.5 (July 1, 2008): 
    55------------------------ 
     6 
     7Fixes 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. 
    613 
    714Fixes and Improvements 
     
    1724* Setting ``tg_format=json`` is now allowed even when the format is already 
    1825  JSON by default (#1459). 
    19 * A new epydoc-based API docs generation script was added. 
    2026* Small improvements in ``DataGrid``, empty headers are now allowed. 
    2127* Small improvements in the ``DataGrid`` and ``PaginateDataGrid`` templates. 
     
    3137* The error handler did not return JSON when it had been requested from the 
    3238  original controller using ``tg_format``. 
    33 * You can now pass a couple of interesting configuration parameters to 
    34   TurboJson (e.g. ``json.ensure_ascii=True``, and the default is now False). 
    3539* ``tg-admin shell`` now works with "heredocs" and other cases when the 
    3640  standard input encoding is not defined. 
    37 * ``tg-admin tooolbox`` did not work when ``server.socket_host`` was not 
     41* ``tg-admin toolbox`` did not work when ``server.socket_host`` was not 
    3842  set on some platforms (#1713). 
    3943* ``tg-admin i18n collect`` did not work with nested packages (#1779).