diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-27 16:51:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-27 16:51:03 +0200 |
| commit | e724d0425352e5762998667a4fe6a066678318d7 (patch) | |
| tree | d22ff1d845eaf0efe9c7e09a3738c9529593c9b3 /docs/src | |
| parent | b843ca17d8c58689dcef1433dd1c7100394a2a83 (diff) | |
Update changelog
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/general/changelog.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index 5879c840..19e895ae 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -5,6 +5,32 @@ description: | --- # Changelog +## Unreleased +- **Breaking:** Enumerations now require a space after their marker, that is, + `[1.ok]` must now be written as `[1. ok]` +- Fixed bibliography ordering in IEEE style +- Fixed parsing of decimals in math: `[$1.2/3.4$]` +- Fixed parsing of unbalanced delimiters in fractions: `[$1/(2 (x)$]` +- Fixed unexpected parsing of numbers as enumerations, e.g. in `[1.2]` +- Fixed combination of page fill and header +- Fixed compiler crash if [`repeat`]($func/repeat) is used in page with + automatic width +- Fixed [matrices]($func/mat) with explicit delimiter +- Fixed build of CLI if `git` is not installed +- Links in bibliographies are now affected by link styling + `[#counter(..).update(0)]` +- Added support for disabling [matrix]($func/mat) and [vector]($func/vec) + delimiters. Generally with `[#set math.mat(delim: none)]` or one-off with + `[$mat(delim: #none, 1, 2; 3, 4)$]`. +- Numberings now allow zeros. To reset a counter, you can write +- Added `--font-path` argument for CLI +- Added Nix flake +- Numerous documentation fixes +- Added documentation for `{page()}` and `{position()}` methods on + [`location`]($func/locate) type +- Added symbols for double, triple, and quadruple dot accent +- Added smart quotes for Norwegian Bokmål + ## March 21, 2023 - Reference and bibliography management - [Bibliographies]($func/bibliography) and [citations]($func/cite) (currently |
