You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Update wording for release note sections.
This commit is contained in:
		| @@ -308,7 +308,7 @@ sub docGet | ||||
|             if ($iStableReleaseTotal == 0) | ||||
|             { | ||||
|                 $oSection = $oDoc->nodeAdd('section', undef, {id => 'supported'}); | ||||
|                 $oSection->nodeAdd('title')->textSet("Supported Stable Releases"); | ||||
|                 $oSection->nodeAdd('title')->textSet("Stable Releases"); | ||||
|             } | ||||
|  | ||||
|             $iStableReleaseTotal++; | ||||
| @@ -318,7 +318,7 @@ sub docGet | ||||
|             if ($iUnsupportedReleaseTotal == 0) | ||||
|             { | ||||
|                 $oSection = $oDoc->nodeAdd('section', undef, {id => 'unsupported'}); | ||||
|                 $oSection->nodeAdd('title')->textSet("Unsupported Releases"); | ||||
|                 $oSection->nodeAdd('title')->textSet("Pre-Stable Releases"); | ||||
|             } | ||||
|  | ||||
|             $iUnsupportedReleaseTotal++; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user