doc/changes/3.24.rst
branch3.24
changeset 11806 5fdc92be3ba7
parent 11688 2fdcaf86716e
child 11809 11365e5c11d7
equal deleted inserted replaced
11805:7436b65a44bc 11806:5fdc92be3ba7
     1 3.34 (UNRELEASED)
     1 3.24
     2 =================
     2 ====
     3 
     3 
     4 New features
     4 New features
     5 ------------
     5 ------------
     6 
     6 
     7 * Various bits of a CubicWeb application configuration can be now be
     7 * Various bits of a CubicWeb application configuration can be now be
    11 * Cubes are now standard Python packages named as ``cubicweb_<cubename>``.
    11 * Cubes are now standard Python packages named as ``cubicweb_<cubename>``.
    12   They are not anymore installed in ``<prefix>/share/cubicweb/cubes``. Their
    12   They are not anymore installed in ``<prefix>/share/cubicweb/cubes``. Their
    13   discovery by CubicWeb is handled by a new setuptools entry point
    13   discovery by CubicWeb is handled by a new setuptools entry point
    14   ``cubicweb.cubes``. A backward compatibility layer is kept for "legacy"
    14   ``cubicweb.cubes``. A backward compatibility layer is kept for "legacy"
    15   cubes.
    15   cubes.
       
    16 
       
    17 * Pyramid support made it into CubicWeb core. Applications that use it
       
    18   should now declare the `cubicweb[pyramid]` dependency instead of
       
    19   `cubicweb-pyramid`.