8000 Fix nested type handling by victor-pavlychko · Pull Request #62 · SwiftDocOrg/swift-doc · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Fix nested type handling #62

Merged
merged 9 commits into from
Apr 10, 2020
Prev Previous commit
Updating changelog
  • Loading branch information
victor-pavlychko committed Apr 10, 2020
commit ef9bb5d82a3838bac30016c1ab5837ecfed54c5c
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `--base-url` option.
#65 by @kean.

### Fixed

- Fixed relationship handling for members of nested types.
#62 by @victor-pavlychko.
- Fixed rendering of type relationships section when no graph data is available.
#62 by @victor-pavlychko.


## [1.0.0-beta.2] - 2020-04-08

### Changed
Expand Down
0