Skip to content

Commit 00799e3

Browse files
committed
Add debug/sandbox mention again
1 parent 4c31e84 commit 00799e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/packaging/pypi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
88
### Includes
99
- https://github.com/cmu-delphi/delphi-epidata/pull/1363
1010

11+
### Added
12+
- Adds two debug flags:
13+
- `debug` logs info about HTTP requests and responses
14+
- `sandbox` prevents any HTTP requests from actually executing, allowing for tests that do not incur server load.
15+
1116
### Changed
1217
- Replaced use of deprecated setuptools' `pkg_resources` library with the native `importlib.metadata` library.
1318

0 commit comments

Comments
 (0)