Skip to content

Commit

Permalink
Bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Mar 9, 2024
1 parent c42959b commit 92eb896
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## master
## 2024-03-09

Features:

Expand All @@ -10,6 +10,7 @@ Features:

Improvements:

- Show enums in LSP document symbol provider #2575 @gmli
- PHPStan show tip if as a dignostic hint if available #2512
- Docblock completion, suggest `@throws` @przepompownia
- Suggest named parameters on attributes @mamazu
Expand All @@ -25,9 +26,17 @@ Improvements:
- Include project PHP and runtime version and LSP status
- Add `iterable` "generic" `@param` in docblock #2585
- Improved diagnostic engine #2584
- Ongoing windows compatiblity effort #2567 #2572 #2570 @MatmaRex
- Ignore unnecessary files in gitexport #2570 @zonuexe
- Improve ANSI test compatiblity #2521 @gerardroche
- More snippet support #2515 #2508 @przepompownia
- Add completion for `@throws` #2509 @przepompownia

Bug fixes:

- Fix completion of constants in enums #2541 @eviljeks
- Fix `renderException` call in bin/phpactor #2548 @MatmaRex
- Psalm: fix exception handling #2587 @przepompownia
- Do not generalize generated return types (i.e. false instead of bool) #2588
- Fix diagnostic process concurrency and do not lint outdated files #2538
- Upgrade `amp/process` to fix #2516 thanks to @gerardroche
Expand All @@ -40,6 +49,12 @@ Bug fixes:
- Fix `$this` undefined var false positive in anon. class #2469 @mamazu
- Fix `$argv` undefined var false positives #2468 @mamazu

Documentation:

- Added Helix LSP instructions #2581 @lens0021
- Fix typos in Behat #2534 @vuon9
- Fix broken external links #2500 @einenlum

## 2023-12-03

Bug fixes:
Expand Down

0 comments on commit 92eb896

Please sign in to comment.