Skip to content

Commit

Permalink
DOC: Release notes for v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed May 19, 2018
1 parent 20f4923 commit 9e1f478
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ unbounded number of results. To avoid slowness, the results are loaded
"lazily," only as needed. Here's an example of what works and what doesn't.

.. ipython:: python
:okexcept:
headers = db(plan_name='scan')
headers
Expand Down
1 change: 1 addition & 0 deletions doc/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A catalog of new features, improvements, and bug-fixes in each release. Follow
links to the relevant GitHub issue or pull request for specific code changes
and any related discussion.

.. include:: whats_new/v0.11.1.txt
.. include:: whats_new/v0.11.0.txt
.. include:: whats_new/v0.10.0.txt
.. include:: whats_new/v0.9.4.txt
Expand Down
12 changes: 12 additions & 0 deletions doc/source/whats_new/v0.11.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. currentmodule:: databroker

v0.11.1 (2018-05-19)
--------------------

Bug Fixes
+++++++++

* Fixed limitation whereby sqlite backend could not be used by multiple
threads. One important problem with limitation is that it broke the ability
to insert documents generated by "monitoring" in bluesky.
* Removed accidental call to ``print``.

0 comments on commit 9e1f478

Please sign in to comment.