Fix typos in release notes

This commit is contained in:
1024jp 2022-03-04 10:16:28 +09:00
parent 043fef0f33
commit 555896b8c9
4 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ Change Log
### Improvements
- Use `python3` instead of `python` for running the `cot` command so that macOS 12.3 and later can use the Python installed with the Apple's developer tools (From macOS 12.3 on, cot command requires additional install of python3).
- Optimize the performance of syntax highlighing.
- Use `python3` instead of `python` for running the `cot` command so that macOS 12.3 and later can use the Python installed with the Apple's developer tools (From macOS 12.3 on, cot command requires an additional install of python3).
- Optimize the performance of syntax highlighting.
- Update CSS and SQL syntax styles to add more coloring keywords.
- Update Python syntax style to add keywords added in Python 3.10.
- Update Markdown and SVG syntax styles for faster syntax parsing.

View File

@ -29,8 +29,8 @@
<h2>Improvements</h2>
<ul>
<li>Use <code>python3</code> instead of <code>python</code> for running the <code>cot</code> command so that macOS 12.3 and later can use the Python installed via the Apple's developer tools (From macOS 12.3 on, cot command requires additional install of python3).</li>
<li>Optimize the performance of syntax highlighing.</li>
<li>Use <code>python3</code> instead of <code>python</code> for running the <code>cot</code> command so that macOS 12.3 and later can use the Python installed via the Apple's developer tools (From macOS 12.3 on, cot command requires an additional install of python3).</li>
<li>Optimize the performance of syntax highlighting.</li>
<li>Update CSS and SQL syntax styles to add more coloring keywords.</li>
<li>Update Python syntax style to add keywords added in Python 3.10</li>
<li>Update Markdown and SVG syntax styles for faster syntax parsing.</li>