Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker authored Nov 1, 2024
1 parent 45ac6c9 commit d26c3a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Supply an (empty) instance of `UrlParams` to the root fallback handler, if it needs it.
- Associate the correct function item with resolved methods, rather than the parent impl block.
- Improve error message
- Look for the 'impl' block in the crate that define the type, rather than the trait, when resolving trait methods
- Improve error message when we fail to find a method item in the JSON docs
- Don't complain about missing constructors when looking at a naked generic input parameter
Expand All @@ -28,10 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- Disable workspace hack before a release
- Re-enable workspace hack after a release ([#354](https://github.com/LukeMathWalker/pavex/pull/354))
- Punctuation in error messages.
- Improve panic message with details about the item we couldn't handle
- Improve panic message with details about the `rustdoc` item we couldn't handle
- Display the available constructibles when PAVEX_DEBUG is set and we incur into a 'missing constructor' error
- Display the cyclic dependency graph when PAVEX_DEBUG is set
- Provide an easy-to-examine representation for the set of constructibles in a given scope tree
Expand Down

0 comments on commit d26c3a2

Please sign in to comment.