summaryrefslogtreecommitdiff
path: root/docs/src/general/changelog.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-25 19:14:08 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-25 20:04:30 +0100
commit7597b997890647aa0546ec7bfef1eae4e33cedcb (patch)
tree286f2f30fe4814d1b5171ed166c9f162b152ce93 /docs/src/general/changelog.md
parent49940fde7398a642f88c444700d482436266909d (diff)
New default style
Diffstat (limited to 'docs/src/general/changelog.md')
-rw-r--r--docs/src/general/changelog.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index 6d3ad42f..b9f5c8d2 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -5,7 +5,16 @@ description: |
---
# Changelog
-## Unreleased
+## February 25, 2023
+- Font changes
+ - New default font: Linux Libertine
+ - New default font for raw blocks: DejaVu Sans Mono
+ - New default font for math: Book weight of New Computer Modern Math
+ - Lots of new math fonts available
+ - Removed Latin Modern fonts in favor of New Computer Modern family
+ - Removed unnecessary smallcaps fonts which are already accessible through
+ the corresponding main font and the [`smallcaps`]($func/smallcaps) function
+- Improved default spacing for headings
- Added [`panic`]($func/panic) function
- Added [`clusters`]($type/string.clusters) and [`codepoints`]($type/string.codepoints)
methods for strings