# HG changeset patch # User John Rouillard # Date 1570294271 14400 # Node ID 2f9ec00a239812b0c67ff824f78d4037a01b5a82 # Parent be8524335bfa91de5b371ca9cbd4d3f35da64d00 typo fix. diff -r be8524335bfa -r 2f9ec00a2398 CHANGES.txt --- a/CHANGES.txt Sat Oct 05 12:46:03 2019 -0400 +++ b/CHANGES.txt Sat Oct 05 12:51:11 2019 -0400 @@ -87,7 +87,7 @@ parse the subject line. (John Rouillard) - The database filter method now can also do an exact string search. - The database filter method now has limit and offset parameters that - map to the corresponging parameters of SQL. + map to the corresponding parameters of SQL. - issue2551061: Add rudimentary experimental support for JSON Web Tokens to allow delegation of limited access rights to third parties. See doc/rest.txt for details and intent. (John Rouillard)