File tree 1 file changed +14
-1
lines changed 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 15
15
<PackageProjectUrl >https://github.com/ForNeVeR/wpf-math</PackageProjectUrl >
16
16
<RepositoryUrl >https://github.com/ForNeVeR/wpf-math.git</RepositoryUrl >
17
17
<AssemblyTitle >WPF-Math</AssemblyTitle >
18
- <PackageReleaseNotes >Extended delimiter support; newline command support; support for \{ and \} commands; bug fixes.</PackageReleaseNotes >
18
+ <PackageReleaseNotes >Changed:
19
+ - Removed support for .NET Core 3.0
20
+
21
+ Added:
22
+ - Enable nullable reference types
23
+
24
+ Fixed:
25
+ - Foreground property not working on FormulaControl
26
+ - Fix typo in SystemTextFontNameProperty
27
+ - \limsup throws exception
28
+ - Fix for scripts with curly braces after a command with curly braces (e.g. \hat{x}_{y})
29
+ - Crash on empty \sqrt{}
30
+ - OverUnderBox constructor may dereference scriptBox parameter if it's null
31
+ </PackageReleaseNotes >
19
32
<PackageTags >wpf;latex;formula</PackageTags >
20
33
<Description >.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description >
21
34
<Copyright >Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2021</Copyright >
You can’t perform that action at this time.
0 commit comments