You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [Unreleased] (0.12.0)
6
+
## [0.12.0] - 2023-01-07
7
7
### Added
8
8
- TeX's environment support with only one environment for now: `\begin{pmatrix}` (see [#329][pull-329]).
9
9
10
+
### Changed
11
+
- The project is now built on .NET 7 SDK and C# 11 (shouldn't change the supported framework set).
12
+
10
13
## [0.11.0] - 2021-08-31
11
14
### Added
12
15
-[#262: Add \mod operator from amsmath][pull-262]
@@ -215,4 +218,5 @@ This was the initially published version. It consisted entirely of the original
0 commit comments