Skip to content

Commit

Permalink
Fix Issue #489
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Jan 28, 2024
1 parent f57e075 commit eb29d82
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/web/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pandoc_html(release-notes-3.2.6 "--toc" "--toc-depth=2")
pandoc_html(release-notes-3.2.7 "--toc" "--toc-depth=2")
pandoc_html(release-notes-3.2.8 "--toc" "--toc-depth=2")
pandoc_html(release-notes-3.2.9 "--toc" "--toc-depth=2")
pandoc_html(release-notes-3.2.10 "--toc" "--toc-depth=2")
pandoc_html(release-notes-3.3 "--toc" "--toc-depth=2" "--number-sections" "-c css/slideshow.css")
pandoc_html(release-notes-3.3.1 "--toc" "--toc-depth=2" "--number-sections" "-c css/slideshow.css")
pandoc_html(release-notes-3.3.2 "--toc" "--toc-depth=2" "--number-sections" "-c css/slideshow.css")
Expand Down
23 changes: 23 additions & 0 deletions docs/web/release-notes-3.2.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Release notes of the 3.2.10 version of `TFEL`, `MFront` and `MTest`
author: Thomas Helfer
lang: en-EN
numbersections: true
documentclass: article
from: markdown+tex_math_single_backslash
geometry:
- margin=2cm
papersize: a4
link-citations: true
colorlinks: true
figPrefixTemplate: "$$i$$"
tblPrefixTemplate: "$$i$$"
secPrefixTemplate: "$$i$$"
eqnPrefixTemplate: "($$i$$)"
---

# Issues fixed

## Issue #489: [tfel-math] fix t2tost2::change_basis

For more details, see <https://github.com/thelfer/tfel/issues/489>.

0 comments on commit eb29d82

Please sign in to comment.