Fossil SCM
Update the change log to mention the two new virtual tables added to the "fossil sql" command.
Commit
d79f08df7b9aa6f3d5747326ac4ecf90dfacef023edc15938220c8b5f0b363da
Parent
c6359b4ec1b3cc6…
1 file changed
+4
+4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -62,10 +62,14 @@ | ||
| 62 | 62 | * Update the built-in SQLite so that the |
| 63 | 63 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 64 | 64 | modes ".mode box" and ".mode json". |
| 65 | 65 | * Add the "<tt>obscure()</tt>" SQL function to the |
| 66 | 66 | "[/help?cmd=sql|fossil sql]" command. |
| 67 | + * Added virtual tables "<tt>helptext</tt>" and "<tt>builtin</tt>" to | |
| 68 | + the "[/help?cmd=sql|fossil sql]" command, providing access to the | |
| 69 | + dispatch table including all help text, and the builtin data files, | |
| 70 | + respectively. | |
| 67 | 71 | * [./delta_format.wiki|Delta compression] is now applied to forum edits. |
| 68 | 72 | * The [/help?cmd=/wikiedit|wiki editor] has been modernized and is |
| 69 | 73 | now Ajax-based. The WYSIWYG editing option for Fossil-format wiki |
| 70 | 74 | pages was removed. (Please let us know, via the site's Support menu, |
| 71 | 75 | if that removal unduly impacts you.) This also changes the semantics |
| 72 | 76 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -62,10 +62,14 @@ | |
| 62 | * Update the built-in SQLite so that the |
| 63 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 64 | modes ".mode box" and ".mode json". |
| 65 | * Add the "<tt>obscure()</tt>" SQL function to the |
| 66 | "[/help?cmd=sql|fossil sql]" command. |
| 67 | * [./delta_format.wiki|Delta compression] is now applied to forum edits. |
| 68 | * The [/help?cmd=/wikiedit|wiki editor] has been modernized and is |
| 69 | now Ajax-based. The WYSIWYG editing option for Fossil-format wiki |
| 70 | pages was removed. (Please let us know, via the site's Support menu, |
| 71 | if that removal unduly impacts you.) This also changes the semantics |
| 72 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -62,10 +62,14 @@ | |
| 62 | * Update the built-in SQLite so that the |
| 63 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 64 | modes ".mode box" and ".mode json". |
| 65 | * Add the "<tt>obscure()</tt>" SQL function to the |
| 66 | "[/help?cmd=sql|fossil sql]" command. |
| 67 | * Added virtual tables "<tt>helptext</tt>" and "<tt>builtin</tt>" to |
| 68 | the "[/help?cmd=sql|fossil sql]" command, providing access to the |
| 69 | dispatch table including all help text, and the builtin data files, |
| 70 | respectively. |
| 71 | * [./delta_format.wiki|Delta compression] is now applied to forum edits. |
| 72 | * The [/help?cmd=/wikiedit|wiki editor] has been modernized and is |
| 73 | now Ajax-based. The WYSIWYG editing option for Fossil-format wiki |
| 74 | pages was removed. (Please let us know, via the site's Support menu, |
| 75 | if that removal unduly impacts you.) This also changes the semantics |
| 76 |