Fossil SCM
Update change long to mention the recent Markdown formatter change.
Commit
2125ddb964d109f580ba5491861fa523da088d65f962b75db987c2e7c55af0dc
Parent
b473ba079b71661…
1 file changed
+3
+3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -20,10 +20,13 @@ | ||
| 20 | 20 | and similar. |
| 21 | 21 | * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using |
| 22 | 22 | the --verbose option. |
| 23 | 23 | * Add the <tt>close</tt>, <tt>reopen</tt>, <tt>hide</tt>, and |
| 24 | 24 | </tt>unhide</tt> subcommands to [/help?cmd=branch|the branch command]. |
| 25 | + * The [/mdrules|Markdown formatter] now interprets the content of | |
| 26 | + block HTML markup (such as <table>) in most cases. Only content | |
| 27 | + of <pre> and <script> is passed through verbatim. | |
| 25 | 28 | |
| 26 | 29 | <a name='v2_16'></a> |
| 27 | 30 | <h2>Changes for Version 2.16 (2021-07-02)</h2> |
| 28 | 31 | * <b>Security:</b> Fix the client-side TLS so that it verifies that the |
| 29 | 32 | server hostname matches its certificate. |
| 30 | 33 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -20,10 +20,13 @@ | |
| 20 | and similar. |
| 21 | * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using |
| 22 | the --verbose option. |
| 23 | * Add the <tt>close</tt>, <tt>reopen</tt>, <tt>hide</tt>, and |
| 24 | </tt>unhide</tt> subcommands to [/help?cmd=branch|the branch command]. |
| 25 | |
| 26 | <a name='v2_16'></a> |
| 27 | <h2>Changes for Version 2.16 (2021-07-02)</h2> |
| 28 | * <b>Security:</b> Fix the client-side TLS so that it verifies that the |
| 29 | server hostname matches its certificate. |
| 30 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -20,10 +20,13 @@ | |
| 20 | and similar. |
| 21 | * Print total payload bytes on a [/help?cmd=sync|fossil sync] when using |
| 22 | the --verbose option. |
| 23 | * Add the <tt>close</tt>, <tt>reopen</tt>, <tt>hide</tt>, and |
| 24 | </tt>unhide</tt> subcommands to [/help?cmd=branch|the branch command]. |
| 25 | * The [/mdrules|Markdown formatter] now interprets the content of |
| 26 | block HTML markup (such as <table>) in most cases. Only content |
| 27 | of <pre> and <script> is passed through verbatim. |
| 28 | |
| 29 | <a name='v2_16'></a> |
| 30 | <h2>Changes for Version 2.16 (2021-07-02)</h2> |
| 31 | * <b>Security:</b> Fix the client-side TLS so that it verifies that the |
| 32 | server hostname matches its certificate. |
| 33 |