Author: danielsh
Date: Thu Mar 17 21:19:42 2022
New Revision: 1899006
URL: http://svn.apache.org/viewvc?rev=1899006&view=rev
Log:
* subversion/libsvn_wc/wc-metadata.sql:
Add another item to the "Bump SVN_WC__VERSION" checklist.
Modified:
subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=1899006&r1=1899005&r2=1899006&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Thu Mar 17 21:19:42
2022
@@ -722,6 +722,7 @@ PRAGMA user_version = 32;
* (schema_statements, create_memory_db)
* * The implementation of svn_client_latest_wc_version()
* * The implementation of svn_wc__format_from_version()
+ * * The implementation of svn_client_get_wc_formats_supported()
* * The comment above the comment above SVN_WC__VERSION
* * The value of SVN_WC__VERSION, if needed
*/