Allow self-qualification (#503)

* Properly allow self-qualification

* Changelog

* Simplify logic as suggested by Ulf
This commit is contained in:
Hans Svensson
2024-02-16 09:56:26 +01:00
committed by GitHub
parent 1387e814f8
commit 944ed49f0b
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed
### Fixed
- Allow self-qualification, i.e. referencing `X.foo` when in namespace `X`.
## [8.0.0-rc1]
### Added