Skip to content

Commit af03f80

Browse files
rawilkactions-user
authored andcommitted
Prettified Code!
1 parent 00f17b5 commit af03f80

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ All notable changes to `laravel-printing` will be documented in this file.
77
This release is a pre-release! It is considered mostly stable, however breaking changes may possibly be introduced before a stable 4.x release is published, however I will do my best to prevent breaking changes as bugs are discovered and patched in this major version.
88

99
### What's Changed
10-
* Cups by @vatsake in https://github.com/rawilk/laravel-printing/pull/92
11-
* Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/rawilk/laravel-printing/pull/101
12-
* [Release] 4.x by @rawilk in https://github.com/rawilk/laravel-printing/pull/99
13-
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/rawilk/laravel-printing/pull/100
10+
11+
- Cups by @vatsake in https://github.com/rawilk/laravel-printing/pull/92
12+
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/rawilk/laravel-printing/pull/101
13+
- [Release] 4.x by @rawilk in https://github.com/rawilk/laravel-printing/pull/99
14+
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/rawilk/laravel-printing/pull/100
1415

1516
### New Contributors
16-
* @vatsake made their first contribution in https://github.com/rawilk/laravel-printing/pull/92
17+
18+
- @vatsake made their first contribution in https://github.com/rawilk/laravel-printing/pull/92
1719

1820
### Breaking Changes
21+
1922
- Drop Laravel 8 & 9 support
2023
- Drop PHP 8.0 support
2124
- Drop PHP 8.1 support
@@ -33,6 +36,7 @@ This release is a pre-release! It is considered mostly stable, however breaking
3336
- Force `Rawilk\Printing\Contracts\PrintJob` interface to use `Arrayable` and `JsonSerializable`
3437

3538
### Other Changes
39+
3640
- Use `Str::random()` instead of `uniqid` when generating print job names
3741
- Add new `PrintDriver` enum
3842
- Add logging (configurable through .env through `PRINTING_LOGGER`)

0 commit comments

Comments
 (0)