Skip to content

Commit a9c4f6d

Browse files
committed
chore: Changelog
1 parent f8ed186 commit a9c4f6d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
### Miscellaneous
9+
10+
- Reverted the fix for windows users where Cyrillic and Arabic characters would be lost in encoding conversions.
11+
- Sorry to these users, I'm still waiting response from JetBrains to properly fix this issue. The workaround I implemented for 2.7 brings more issues than it fixes.
12+
813
## [2.7.0] - 2024-04-09
914

1015
### BREAKING
@@ -357,28 +362,53 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
357362
- Everything.
358363

359364
[Unreleased]: https://github.com/Roboroads/laravel-tinker/compare/v2.7.0...HEAD
365+
360366
[2.7.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.6.1...v2.7.0
367+
361368
[2.6.1]: https://github.com/Roboroads/laravel-tinker/compare/v2.6.0...v2.6.1
369+
362370
[2.6.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.5.1...v2.6.0
371+
363372
[2.5.1]: https://github.com/Roboroads/laravel-tinker/compare/v2.5.0...v2.5.1
373+
364374
[2.5.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.4.0...v2.5.0
375+
365376
[2.4.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.3.4...v2.4.0
377+
366378
[2.3.4]: https://github.com/Roboroads/laravel-tinker/compare/v2.3.3...v2.3.4
379+
367380
[2.3.3]: https://github.com/Roboroads/laravel-tinker/compare/v2.3.2...v2.3.3
381+
368382
[2.3.2]: https://github.com/Roboroads/laravel-tinker/compare/v2.3.1...v2.3.2
383+
369384
[2.3.1]: https://github.com/Roboroads/laravel-tinker/compare/v2.3.0...v2.3.1
385+
370386
[2.3.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.2.2...v2.3.0
387+
371388
[2.2.2]: https://github.com/Roboroads/laravel-tinker/compare/v2.2.1...v2.2.2
389+
372390
[2.2.1]: https://github.com/Roboroads/laravel-tinker/compare/v2.2.0...v2.2.1
391+
373392
[2.2.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.1.0...v2.2.0
393+
374394
[2.1.0]: https://github.com/Roboroads/laravel-tinker/compare/v2.0.1...v2.1.0
395+
375396
[2.0.1]: https://github.com/Roboroads/laravel-tinker/compare/v2.0.0...v2.0.1
397+
376398
[2.0.0]: https://github.com/Roboroads/laravel-tinker/compare/v1.3.1...v2.0.0
399+
377400
[1.3.1]: https://github.com/Roboroads/laravel-tinker/compare/v1.3.0...v1.3.1
401+
378402
[1.3.0]: https://github.com/Roboroads/laravel-tinker/compare/v1.2.1...v1.3.0
403+
379404
[1.2.1]: https://github.com/Roboroads/laravel-tinker/compare/v1.2.0...v1.2.1
405+
380406
[1.2.0]: https://github.com/Roboroads/laravel-tinker/compare/v1.1.1...v1.2.0
407+
381408
[1.1.1]: https://github.com/Roboroads/laravel-tinker/compare/v1.1.0...v1.1.1
409+
382410
[1.1.0]: https://github.com/Roboroads/laravel-tinker/compare/v1.0.0...v1.1.0
411+
383412
[1.0.0]: https://github.com/Roboroads/laravel-tinker/compare/v0.0.1-ALPHA...v1.0.0
413+
384414
[0.0.1-ALPHA]: https://github.com/Roboroads/laravel-tinker/commits/v0.0.1-ALPHA

0 commit comments

Comments
 (0)