From 377fbdedad082494fa81636712fc7e14c83a2519 Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Tue, 15 Sep 2020 10:29:34 +0300 Subject: [PATCH] fix(changelog): add entry regarding prioritizedEntries fixes Refs: https://github.com/metarhia/metadoc/pull/105 PR-URL: https://github.com/metarhia/metadoc/pull/106 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5e2e6..0187bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased][unreleased] +### Fixed + +- `prioritizedEntries` with nested clases. It will now correctly order nested + class methods and fields under the class if the name of the class is specified + in `prioritizedEntries`. + ## [0.7.0][] - 2020-08-16 ### Added