summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/CHANGELOG')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
index 4bf26e69494..81fd263ca67 100644
--- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -1,3 +1,22 @@
+version 0.15 (19 December 2011)
+ - corrects list spacing.
+ - corrects inconsistent use of sans serif fonts in roman layout option.
+ - the lmodern fonts are now automatically loaded only if installed on the system.
+ The "nolmodern" option is now therefore obsolete.
+ - complete code refactoring separating themes in separate styles and colors.
+ - renamed \cvline to \cvitem, \cvlanguage to \cvitemwithcomment and \cvcomputer
+ to \cvdoubleitem (the old command name still work and redirect to the new ones,
+ but are deprecated).
+ - removed the arbitrary minipage widths of skill proficiency vs comment in
+ \cvitemwithcomments. The skill proficiency is now typeset exactly as given (i.e.
+ one one line if no linebreaks are implicitly given) and the comment uses the
+ remaining horizontal space.
+ - changed the optional argument of \cvlistitem and \cvlistdoubleitem to specify
+ the vertical skip after the item (as for \cvitem, cvitemwithcomments, etc).
+ The way to change the list symbol is to redefine \listitemsymbol.
+ - added a new style on top of classic and casual: oldstyle.
+ - loads the microtype package to improve typography.
+
version 0.14 (04 December 2011)
- adds support for CJK, thanks to the help of P. D'Apice.
- the use of \recomputelengths after modifying any length in the preamble is now