diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-12-23 03:19:58 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-12-23 03:19:58 -0800 |
| commit | 169dba5c7aa02db2e48cecff8b8126b767fdf327 (patch) | |
| tree | e846f9217192490a924c7c0e70916cb7d7459ec9 /HISTORY.txt | |
| parent | aafaa8e978e6f7759eaac8743b1c1f1fd8b63629 (diff) | |
| download | pyramid-169dba5c7aa02db2e48cecff8b8126b767fdf327.tar.gz pyramid-169dba5c7aa02db2e48cecff8b8126b767fdf327.tar.bz2 pyramid-169dba5c7aa02db2e48cecff8b8126b767fdf327.zip | |
- Add Python compatibility to history, hacking, releasing
- Use 1.X for version number
Diffstat (limited to 'HISTORY.txt')
| -rw-r--r-- | HISTORY.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.txt b/HISTORY.txt index c30bb2711..68ddb3a90 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,8 @@ 1.5 (2014-04-08) ================ +- Python 3.4 compatibility. + - Avoid crash in ``pserve --reload`` under Py3k, when iterating over possibly mutated ``sys.modules``. @@ -1130,6 +1132,8 @@ Bug Fixes Features -------- +- Python 3.3 compatibility. + - Configurator.add_directive now accepts arbitrary callables like partials or objects implementing ``__call__`` which dont have ``__name__`` and ``__doc__`` attributes. See https://github.com/Pylons/pyramid/issues/621 |
