update NEWS for release

pull/214/head
Catherine Devlin 2022-06-11 23:13:21 -05:00
parent 86117c4b87
commit 07f48920c1
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,8 @@ run_tests.sh script for it.
pip install -e .
./run_tests.sh
To temporarily insert breakpoints for debugging: `from nose.tools import set_trace; set_trace()`
To temporarily insert breakpoints for debugging: `from nose.tools import set_trace; set_trace()`.
Or, if running tests, use `pytest.set_trace()`.
Tests have requirements not installed by setup.py:

View File

@ -169,4 +169,5 @@ Deleted Plugin import left behind in 0.2.2
~~~~~
* Fixed .rst file location in MANIFEST.in
* Parse SQL comments in first line
* Parse SQL comments in first line
* Bugfixes for DSN, `--close`, others