# HG changeset patch # User Denis Laxalde # Date 1474876635 -7200 # Node ID 2fdcaf86716e99b04e79f66847404c8a625c72a2 # Parent f9efc8012b64dbe31148594bbf447f6e494a00ad [doc] Start filling changes/3.24.rst with recent changes diff -r f9efc8012b64 -r 2fdcaf86716e doc/changes/3.24.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/changes/3.24.rst Mon Sep 26 09:57:15 2016 +0200 @@ -0,0 +1,15 @@ +3.34 (UNRELEASED) +================= + +New features +------------ + +* Various bits of a CubicWeb application configuration can be now be + overridden through environments variables matching configuration option + names prefixed by ``CW_`` (for instance ``CW_BASE_URL``). + +* Cubes are now standard Python packages named as ``cubicweb_``. + They are not anymore installed in ``/share/cubicweb/cubes``. Their + discovery by CubicWeb is handled by a new setuptools entry point + ``cubicweb.cubes``. A backward compatibility layer is kept for "legacy" + cubes.