Skip to content

Commit

Permalink
Docs: Fixed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslrodri committed Aug 10, 2024
1 parent 4fb0935 commit 3464f30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ All notable changes to this project are presented below.
**🚨 Breaking Changes**

- Significant changes to Jinja2 rendering:
- Replaced the default Jinja2 syntax with a custom one to avoid clashes with LaTeX braces (`{}`).
- Replaced the default Jinja2 syntax with a custom one to avoid clashes with LaTeX braces (`{}`). Please refer to the documentation for more details.
- With the new syntax, conflicts with LaTeX are significantly reduced, thus Jinja2 is now enabled by default and has become a mandatory dependency.
- Added a `--disable-jinja` flag to allow optional disabling of Jinja2 rendering.
- Added a `--no-jinja` flag to allow optional disabling of Jinja2 rendering.

## v0.4.2

Expand Down
4 changes: 2 additions & 2 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project are presented below.
**🚨 Breaking Changes**

- Significant changes to Jinja2 rendering:
- Replaced the default Jinja2 syntax with a custom one to avoid clashes with LaTeX braces (`{}`).
- Replaced the default Jinja2 syntax with a custom one to avoid clashes with LaTeX braces (`{}`). Please refer to the documentation for more details.
- With the new syntax, conflicts with LaTeX are significantly reduced, thus Jinja2 is now enabled by default and has become a mandatory dependency.
- Added a `--disable-jinja` flag to allow optional disabling of Jinja2 rendering.
- Added a `--no-jinja` flag to allow optional disabling of Jinja2 rendering.

## v0.4.2

Expand Down

0 comments on commit 3464f30

Please sign in to comment.