From c817d40693e955d200d520b399e6069f5c985ad4 Mon Sep 17 00:00:00 2001 From: Ihor Kalnytskyi Date: Mon, 24 Dec 2018 22:00:32 +0200 Subject: [PATCH] Version 2.2.0 * Fix `picobox.singleton`, `picobox.threadlocal` & `picobox.contextvars` scopes so they do not fail with unexpected exception when non-string formattable missing key is passed. * Add `picobox.contrib.flaskscopes` module with *application* and *request* scopes for Flask web framework. * Add `picobox.Stack` class to create stacks with boxes on demand. Might be useful for third-party developers who want to use picobox yet avoid collisions with main application developers. --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4a5c4c8..bacf922 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -333,7 +333,8 @@ Release Notes backward incompatible changes will be released along with bumping major version component. -Not released changes. +2.2.0 +````` * Fix ``picobox.singleton``, ``picobox.threadlocal`` & ``picobox.contextvars`` scopes so they do not fail with unexpected exception when non-string