add (update) news

This commit is contained in:
Gil Forsyth 2017-03-15 08:58:48 -04:00
parent 2fe1e8f3da
commit ee639ab806

View file

@ -8,6 +8,14 @@
**Fixed:**
* Added ensurer to make sure ``DIRSTACK_SIZE`` is an int
* Added missing ensurers to make sure that ``bool`` env_vars are bools and
``int`` env_vars are integers:
* ``DIRSTACK_SIZE``
* ``EXPAND_ENV_VARS``
* ``PUSHD_MINUS``
* ``PUSHD_SILENT``
* ``SUGGEST_COMMANDS``
* ``SUGGEST_MAX_NUM``
* ``SUGGEST_THRESHOLD``
**Security:** None