summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGerard <gerwis1998@gmail.com>2018-06-29 00:02:25 +0200
committerGerard <gerwis1998@gmail.com>2018-06-29 00:02:25 +0200
commit3b7ed44fc0d90575019a8c6d6078063c0425f175 (patch)
tree57498768d48ce74a753dec8f359b5646acf30655 /HISTORY.rst
parenteab50da2b27b74cd9f64f26f1f6c80935db242c8 (diff)
downloadpyramid-3b7ed44fc0d90575019a8c6d6078063c0425f175.tar.gz
pyramid-3b7ed44fc0d90575019a8c6d6078063c0425f175.tar.bz2
pyramid-3b7ed44fc0d90575019a8c6d6078063c0425f175.zip
Redoing some changes. My bad ;)
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 25dd38488..8a92eadcc 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 shiv
+- 1.1a1 broke Akhet by not providing a backwards compatibility import shim
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 shiv) now issues a deprecation warning.
+ (a backwards compatibility shim) 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 shivs have been left in place in all cases. They
+ Backwards compatibility shims 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 shivs have been left in place in all cases. They
+ Backwards compatibility shims 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 shiv was added to the registry object to register
+ backwards compatibility shim 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.