Skip to content

Commit

Permalink
Add upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 6, 2024
1 parent 057af02 commit ff8f580
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.x to 2.0
==========

* All your messages need to extend `Task` now.
* `TaskManager::enqueue()` now only accepts `Task`s.
* `RegisterTasksEvent::registerTask()` was removed, you should use `RegisterTasksEvent::register(Task $task)`.

0 comments on commit ff8f580

Please sign in to comment.