Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Dec 8, 2022
1 parent 0c19113 commit 32fc42e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# CHANGELOG

## Unreleased
## 3.4.0 - 2022-12-08
- **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/session] Added session handle with 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.
- [spiral/boot] Added `Spiral\Boot\BootloadManager\StrategyBasedBootloadManager`. This BootloadManager allows
the implementation of a custom bootloaders loading strategy.
- [spiral/boot] Added the ability to register application bootloaders via object instance.
- [spiral/boot] Added `Spiral\Boot\BootloadManager\StrategyBasedBootloadManager`. It allows the implementation of a
custom bootloaders loading strategy.
- [spiral/boot] Added the ability to register application bootloaders via object instance or anonymous object.
- [spiral/boot] Removed `final` from the `Spiral\Boot\BootloadManager\Initializer` class.
- **Bug Fixes**
- [spiral/views] Fixes problem with using view context with default value.
- [spiral/queue] Added `Spiral\Telemetry\Bootloader\TelemetryBootloader` dependency to QueueBootloader.
- [spiral/core] Fixed problem with dynamic properties in `Spiral\Core\Container`.
- [spiral/core] (PHP 8.2 support) Fixed problem with dynamic properties in `Spiral\Core\Container`.

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

0 comments on commit 32fc42e

Please sign in to comment.