Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel authored and github-actions[bot] committed Aug 28, 2023
1 parent 6332e68 commit 0f6866b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.3...HEAD)
## [Unreleased](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.4...HEAD)

> TBD
## [v2.11.4](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.3...v2.11.4) - 2023-08-28

### Fixed

- Fix Laravel 10 bug in stats list command. ([#220](https://github.com/stefanzweifel/laravel-stats/pull/220))

## [v2.11.3](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.2...v2.11.3) - 2023-08-12

### Fixed
Expand Down Expand Up @@ -192,9 +198,12 @@ Checkout the [Release and Upgrade Guide](https://github.com/stefanzweifel/larave

### Changed

- Rename `getName()` to `name()` [#147](https://github.com/stefanzweifel/laravel-stats/pull/147)
- Rename "LOC" to "LLOC" [#148](https://github.com/stefanzweifel/laravel-stats/pull/148)
- Refactored Internal Classes [#150](https://github.com/stefanzweifel/laravel-stats/pull/150)
- Rename `getName()` to `name()` [#147](https://github.com/stefanzweifel/laravel-stats/pull/147)

- Rename "LOC" to "LLOC" [#148](https://github.com/stefanzweifel/laravel-stats/pull/148)

- Refactored Internal Classes [#150](https://github.com/stefanzweifel/laravel-stats/pull/150)

- - Move some of the logic from `ComponentFinder` to `ClassesFinder`

-
Expand Down

0 comments on commit 0f6866b

Please sign in to comment.