Skip to content

Commit

Permalink
refactor: reset changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Mar 24, 2024
1 parent af28d0c commit 20993ea
Showing 1 changed file with 3 additions and 49 deletions.
52 changes: 3 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,8 @@ This changelog follows the patterns described here: <https://keepachangelog.com/

Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`.

## 1.4.0
## Unreleased

### changed
## 0.1.0

Updated to bevy 0.13

## 1.3.1

## added

- `TaskRunner` and `TaskPool` now can be exclusive systems in Bevy

## changed

- internally, oneshot channels are now tokio-based
- `blocking_recv` now uses `bevy_task`, and panics are are no longer possible

## fixed

- native oneshot channels dropping due to the missing `multi-threaded` feature on bevy 0.12

## 1.3.0

### changed

- changed to bevy 0.12


## 1.2.0

### added

- exported `TimeoutError`

## 1.1.0

### added

- added `AsyncTask::with_timeout(mut self, dur)`
- added timeout support via `AsyncTask::new_with_timeout(dur, f)`
- added `AsyncTask::pending()` as an abstraction for a task that never finishes

## 1.0.1

### fixed

- broken documentation links are fixed

## 1.0.0

- Initialize release.
- Initial release

0 comments on commit 20993ea

Please sign in to comment.