diff --git a/news/dirstack_ensurer.rst b/news/dirstack_ensurer.rst index 85380d2f5..624cdc124 100644 --- a/news/dirstack_ensurer.rst +++ b/news/dirstack_ensurer.rst @@ -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