Skip to content

Commit 7e89fb3

Browse files
committed
release
1 parent 10bc4a4 commit 7e89fb3

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

CHANGELOG.md

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,12 @@
22

33
<!-- do not remove -->
44

5-
## 0.12.9
6-
75

8-
### Bugs Squashed
9-
10-
- Redux background tasks fix+docs ([#692](https://github.com/AnswerDotAI/fasthtml/pull/692)), thanks to [@pydanny](https://github.com/pydanny)
11-
- ---
12-
name: Pull Request
13-
about: Propose changes to the codebase
14-
title: '[PR] fix+docs background tasks when used by FtResponse'
15-
labels: 'bug'
16-
assignees: 'pydanny,audreyfeldroy'
17-
18-
---
19-
20-
This PR combines PRs #674 and #690.
21-
22-
**Related Issue**
23-
24-
#336 - Background Tasks
25-
26-
**Proposed Changes**
27-
28-
This PR makes it possible for the FtResponse class to handle Background Tasks. Also documents the why, when, and how of Background Tasks.
29-
30-
**Types of changes**
31-
What types of changes does your code introduce? Put an `x` in all the boxes that apply:
32-
- [x] Bug fix (non-breaking change which fixes an issue)
33-
- [ ] New feature (non-breaking change which adds functionality)
34-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
35-
36-
**Checklist**
37-
Go over all the following points, and put an `x` in all the boxes that apply:
38-
- [x] My code follows the code style of this project.
39-
- [x] My change requires a change to the documentation.
40-
- [x] I have updated the documentation accordingly.
41-
- [x] I have added tests to cover my changes.
42-
- [x] All new and existing tests passed.
43-
- [x] I am aware that this is an nbdev project, and I have edited, cleaned, and synced the source notebooks instead of editing .py or .md files directly.
44-
45-
**Additional Information**
46-
Any additional information, configuration or data that might be necessary to reproduce the issue.
47-
48-
49-
## 0.12.8
6+
## 0.12.9
507

518
### New Features
529

10+
- Background tasks fix+docs ([#692](https://github.com/AnswerDotAI/fasthtml/pull/692)), thanks to [@pydanny](https://github.com/pydanny)
5311
- Move htmx and ext js to jsdelivr from unpkg ([#698](https://github.com/AnswerDotAI/fasthtml/issues/698))
5412

5513

0 commit comments

Comments
 (0)