Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ikalnytskyi committed Dec 24, 2018
1 parent 3d1a154 commit c817d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c817d40

Please sign in to comment.