Skip to content

Commit c817d40

Browse files
committed
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.
1 parent 3d1a154 commit c817d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ Release Notes
333333
backward incompatible changes will be released along with bumping major
334334
version component.
335335

336-
Not released changes.
336+
2.2.0
337+
`````
337338

338339
* Fix ``picobox.singleton``, ``picobox.threadlocal`` & ``picobox.contextvars``
339340
scopes so they do not fail with unexpected exception when non-string

0 commit comments

Comments
 (0)