From 1a4d48327531bb814ed7c056395babddcb52a341 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 29 Jan 2021 14:26:51 +0100 Subject: [PATCH] add fix orphaned section notice to changelog --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3c5e7c2..133d726 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ Release: next -- fix orphaned section headers (needs testing). Probably closes #10. +- partially fix orphaned section headers for singualar use of \section and \subsection + commands and give users the new adjustable lengths \cvsectionstretchability + and \subsectionstretchability. In case \section and \subsection are used + directly one after the other, an orphaned section header might still occur. + This is structural and should be solved by \newpage instead of increasing + \cvsectionstretchability. Closes #10. - Systematize colors and make them user adjustable. See documentation for details. this requires the \moderncvcolor to be issued BEFORE \moderncvstyle. - all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Olystyle does not respond too well to nodetails.