Skip to content

Commit

Permalink
Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Feb 9, 2020
1 parent 99fd776 commit 49350fa
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
2020-01-31: Version unreleased
2020-02-09: Version 3.0.0-rc

# Removed

This comment has been minimized.

Copy link
@stof

stof Mar 20, 2020

The h1 title should be for the version, not for the Fixed and Removed section of that version. It makes it impossible to link to the changelog of a specific version, and makes it harder to find the limit between subsequent versions (the changelog for 2.x releases seems to make sense there)

- Self update command thanks to [Jaapio]

# FIXED
- Docblock errors are now visible in default template, #2250 thanks to [Jaapio]
- Run doesn't ignore cache with `--force`, #2257 thanks to [Mike van Riel]
- `--config=none` doesn't respect commandline arguments thanks to [Jaapio]
- Tag bodies starting with `[` are not accepted, #2260 thanks to [Jaapio]
- Files starting with shebang are not parsed, #2259 thanks to [Jaapio]
- Inline markers are not detected, #2256 thanks to [Jaapio]
- Files with non utf-8 encoding are not processed correctly, #2254 [Jaapio]

# CI
- Bring PHPStan to lvl 6 thanks to [Orklah]
- Internals are better typed thanks to [Orklah]
- Upgrade Coding standards to phpdoc coding standards thanks to [Jaapio]

2020-01-31: Version 3.0.0-beta

# BREAKING CHANGES
Expand Down

0 comments on commit 49350fa

Please sign in to comment.