Skip to content

Commit 6e7190f

Browse files
committed
Add pypi changelog
1 parent 05e2b84 commit 6e7190f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
All notable changes to this client will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [4.2.0] - 2023-09-27
8+
9+
### Added
10+
11+
### Changed
12+
13+
- Modify the signatures for several methods: endpoint no longer needs to be specified in the params dict under the "source" key, but becomes a mandatory parameter for the method:
14+
- `_request(params)``_request(endpoint, params={})`
15+
- `_request_with_retry(params)``_request_with_retry(endpoint, params={})`
16+
- `async_epidata(param_list, batch_size=50)``async_epidata(endpoint, param_list, batch_size=50)`
17+
18+
### Fixed
19+

0 commit comments

Comments
 (0)