Index: subversion/include/svn_wc.h =================================================================== --- subversion/include/svn_wc.h (revision 31150) +++ subversion/include/svn_wc.h (working copy) @@ -903,11 +903,11 @@ * In all other cases, it is @c SVN_INVALID_REVNUM. */ svn_revnum_t revision; /** When @c action is @c svn_wc_notify_changelist_add or name. In all other - * cases, it is @c NULL. */ + * cases, it is @c NULL. @since New in 1.5 */ const char *changelist_name; /** When @c action is @c svn_wc_notify_merge_begin, and both the - left and right sides of the merge are from the same URL. In all - other cases, it is @c NULL. */ + * left and right sides of the merge are from the same URL. In all + * other cases, it is @c NULL. @since New in 1.5 */ svn_merge_range_t *merge_range; /* NOTE: Add new fields at the end to preserve binary compatibility. Also, if you add fields here, you have to update svn_wc_create_notify