diff options
| author | Gerard <gerwis1998@gmail.com> | 2018-06-28 23:55:31 +0200 |
|---|---|---|
| committer | Gerard <gerwis1998@gmail.com> | 2018-06-28 23:55:31 +0200 |
| commit | eab50da2b27b74cd9f64f26f1f6c80935db242c8 (patch) | |
| tree | 35b38ca2b91ce3df5e4231361b34f96fe103d406 /HISTORY.rst | |
| parent | bd0d044d6ae2a367e9a554dffb279b677a3488df (diff) | |
| download | pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.tar.gz pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.tar.bz2 pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.zip | |
Typos changed
Diffstat (limited to 'HISTORY.rst')
| -rw-r--r-- | HISTORY.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 8a92eadcc..25dd38488 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4136,7 +4136,7 @@ Bug fixes Bug Fixes --------- -- 1.1a1 broke Akhet by not providing a backwards compatibility import shim +- 1.1a1 broke Akhet by not providing a backwards compatibility import shiv for ``pyramid.paster.PyramidTemplate``. Now one has been added, although a deprecation warning is emitted when Akhet imports it. @@ -4738,7 +4738,7 @@ Deprecations ------------- - Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config`` - (a backwards compatibility shim) now issues a deprecation warning. + (a backwards compatibility shiv) now issues a deprecation warning. Backwards Incompatibilities --------------------------- @@ -5178,7 +5178,7 @@ Terminology Changes - Positional argument names of various APIs have been changed from ``model`` to ``resource``. - Backwards compatibility shims have been left in place in all cases. They + Backwards compatibility shivs have been left in place in all cases. They will continue to work "forever". - The Pyramid concept previously known as "resource" is now known as "asset". @@ -5205,7 +5205,7 @@ Terminology Changes ``reload_resources`` (config file) is now known, respectively, as ``PYRAMID_RELOAD_ASSETS`` and ``reload_assets``. - Backwards compatibility shims have been left in place in all cases. They + Backwards compatibility shivs have been left in place in all cases. They will continue to work "forever". Bug Fixes @@ -5560,7 +5560,7 @@ Deprecations - Obtaining the ``settings`` object via ``registry.{get|query}Utility(ISettings)`` is now deprecated. Instead, obtain the ``settings`` object via the ``registry.settings`` attribute. A - backwards compatibility shim was added to the registry object to register + backwards compatibility shiv was added to the registry object to register the settings object as an ISettings utility when ``setattr(registry, 'settings', foo)`` is called, but it will be removed in a later release. |
