Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Dec 8, 2022
1 parent 5563c85 commit 0c19113
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,18 +1,22 @@
# CHANGELOG

## Unreleased
- **High Impact Changes**
- **Medium Impact Changes**
- [spiral/boot] Class `Spiral\Boot\BootloadManager\BootloadManager` is deprecated. Will be removed in version v4.0.
- [spiral/stempler] Adds null locale processor to remove brackets `[[ ... ]]` when don't use Translator component.
- [spiral/views] Fixes problem with using view context with default value.
- **Other Features**
- [spiral/session] Added session cache driver.
- [spiral/router] Added routes with `PATCH` method into `route:list` command.
- [spiral/boot] Added `Spiral\Boot\BootloadManager\InitializerInterface`. This will allow changing the implementation
of this interface by the developer.
of this interface by the developer.
- [spiral/boot] Added `Spiral\Boot\BootloadManager\StrategyBasedBootloadManager`. This BootloadManager allows
the implementation of a custom bootloaders loading strategy.
the implementation of a custom bootloaders loading strategy.
- [spiral/boot] Added the ability to register application bootloaders via object instance.
- [spiral/boot] Removed `final` from the `Spiral\Boot\BootloadManager\Initializer` class.
- **Bug Fixes**
- [spiral/queue] Added `Spiral\Telemetry\Bootloader\TelemetryBootloader` dependency to QueueBootloader.
- [spiral/queue] Added `Spiral\Telemetry\Bootloader\TelemetryBootloader` dependency to QueueBootloader.
- [spiral/core] Fixed problem with dynamic properties in `Spiral\Core\Container`.

## 3.3.0 - 2022-11-17
- **High Impact Changes**
Expand Down

0 comments on commit 0c19113

Please sign in to comment.