Skip to content

Commit 9f1c5da

Browse files
committed
chore: Changelog
1 parent db612e8 commit 9f1c5da

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### BREAKING
10+
11+
- Your tinker plugin settings might reset after the update - sorry for that :)
12+
13+
### Fixed
14+
15+
- Swapped out deprecated StringEscapeUtils.
16+
- Fixed ModalityState deprecation warning.
17+
- [[#316]](https://github.com/Roboroads/laravel-tinker/issues/316) Fixed ActionUpdateThread deprecation.
18+
- [[#312]](https://github.com/Roboroads/laravel-tinker/issues/312) Fixed app settings storage conflict with another plugin.
19+
- [[#255]](https://github.com/Roboroads/laravel-tinker/issues/255)[[#280]](https://github.com/Roboroads/laravel-tinker/issues/280) Fixed (worked around) characters not present in
20+
windows-1252 charset being displayed weirdly on windows machines.
21+
- Fixed deprecation warnings coming from the Migrations.
22+
23+
### Miscellaneous
24+
25+
- Updated all dependencies to their latest versions.
26+
- Fixed a typo in feature request template. (Thanks [@igorsantos07](https://github.com/igorsantos07)!)
27+
- Changed minimal version to 2024.1, deprecating the plugin for older versions of IDEs.
28+
929
## [2.6.1] - 2023-05-08
1030

1131
### Fixed
1232

13-
- [[#252]](https://github.com/Roboroads/laravel-tinker/issues/252) Cast exception when running on an SSH interpreter
14-
- [[#253]](https://github.com/Roboroads/laravel-tinker/issues/253) Remove unneeded `withPtty: true` from process handler
33+
- [[#252]](https://github.com/Roboroads/laravel-tinker/issues/252) Cast exception when running on an SSH interpreter.
34+
- [[#253]](https://github.com/Roboroads/laravel-tinker/issues/253) Remove unneeded `withPtty: true` from process handler.
1535
- Fixed an early return when no ansicommands are found in the output, that also not parsed out the whisper tag.
1636

1737
## [2.6.0] - 2023-04-16

0 commit comments

Comments
 (0)