Skip to content

Commit c17453b

Browse files
authored
fix: Fill in missing CHANGELOG entries (#95)
* Fill in missing CHANGELOG entries * Update CHANGELOG for this PR
1 parent c1888b4 commit c17453b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic
66
Versioning](https://semver.org/spec/v2.0.0.html).
77

88
# [unreleased] - YYYY-MM-DD
9+
### Added
10+
- [PR 92](https://github.com/salesforce/django-declarative-apis/pull/92) Run tests and static analysis as a PR check using GitHub actions
11+
- [PR 83](https://github.com/salesforce/django-declarative-apis/pull/83) Allow Django 3
12+
- [PR 82](https://github.com/salesforce/django-declarative-apis/pull/82) Allow Celery 5 by using `shared_task`
13+
14+
### Fixed
15+
- [PR 95](https://github.com/salesforce/django-declarative-apis/pull/95) Fill in missing CHANGELOG entries
16+
- [PR 90](https://github.com/salesforce/django-declarative-apis/pull/90) Fix `BoundEndpointManager` `get_response` saves
17+
18+
### Changed
19+
- [PR 91](https://github.com/salesforce/django-declarative-apis/pull/91) Update black, flake8, and coverage and include flake8 in make test-all
20+
- [PR 86](https://github.com/salesforce/django-declarative-apis/pull/86) Don't drop support for Django 2.2 until consumers catch up
21+
- [PR 85](https://github.com/salesforce/django-declarative-apis/pull/85) Update easy dev requirements (black, coverage, flake8, pyyaml)
22+
- [PR 84](https://github.com/salesforce/django-declarative-apis/pull/84) Tweak Makefiles for use with `example` directory
23+
- [PR 81](https://github.com/salesforce/django-declarative-apis/pull/81) Upgrade pip as part of `make install`
24+
- [PR 69](https://github.com/salesforce/django-declarative-apis/pull/69), [PR 70](https://github.com/salesforce/django-declarative-apis/pull/70), [PR 71](https://github.com/salesforce/django-declarative-apis/pull/71), [PR 73](https://github.com/salesforce/django-declarative-apis/pull/73), [PR 76](https://github.com/salesforce/django-declarative-apis/pull/76), [PR 77](https://github.com/salesforce/django-declarative-apis/pull/77), [PR 78](https://github.com/salesforce/django-declarative-apis/pull/78), [PR 79](https://github.com/salesforce/django-declarative-apis/pull/79) Work on GitHub actions
925

1026
# [0.22.3] - 2021-11-18
1127
### Added

0 commit comments

Comments
 (0)