# Acorn v3.0.0-alpha.1 released

**URL:** https://discourse.roots.io/t/acorn-v3-0-0-alpha-1-released/23074
**Category:** acorn
**Tags:** releases
**Created:** 2022-05-08T00:40:49Z
**Posts:** 1

## Post 1 by @QWp6t — 2022-05-08T00:40:49Z

[acorn v3.0.0-alpha.1 released](https://github.com/roots/acorn/releases/tag/v3.0.0-alpha.1)

## What’s Changed

- :collision::sparkles: boot kernel depending on context by @QWp6t in [💥✨ boot kernel depending on context by QWp6t · Pull Request #169 · roots/acorn · GitHub](https://github.com/roots/acorn/pull/169)
- :sparkles: add acorn binary by @QWp6t in [https://github.com/roots/acorn/pull/171](https://github.com/roots/acorn/pull/171)
- :recycling_symbol: use php 8 features by @QWp6t in [https://github.com/roots/acorn/pull/194](https://github.com/roots/acorn/pull/194)
- :package: update Laravel v9.6.0 by @QWp6t in [https://github.com/roots/acorn/pull/220](https://github.com/roots/acorn/pull/220)

**Full Changelog** : [https://github.com/roots/acorn/compare/v2.0.6...v3.0.0-alpha.1](https://github.com/roots/acorn/compare/v2.0.6...v3.0.0-alpha.1)

## :collision: Breaking Changes

If you’re using Sage, you’ll need to make a couple of updates.

- Remove `add_theme_support('sage');` from functions.php. Instead, your `ThemeServiceProvider` should extend `Roots\Acorn\Sage\SageServiceProvider`.
- Replace `\Roots\bootloader();` with `\Roots\bootloader()->boot();`
- Compare your config/app.php to the one in Acorn; you might need to make some changes.

There are other breaking changes besides those that most users won’t encounter, but maybe you will. If that’s the case, feel free to debug or revert to the current stable version of Acorn. We will work on documenting all breaking changes before v3.0.0 is finalized.
