diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 67741e6eb..64f26cca0 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.10.1 + - fixed #11851: Story Topic: top story variables should be available all the time 7.10.0 - fixed #11812: Checking www_ajaxSave's response in the cart js, urlencoding post parameters diff --git a/docs/templates.txt b/docs/templates.txt index 999d89272..4c138a884 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -15,3 +15,15 @@ templates, you will need to apply these changes manually to your copies. } Gallery.DDSorting.url = ''; + * Story Topic Template + Since topStory template variables are available all the time, manually add the topStory into the list of + stories when the topic is no viewed standalone. Also note the new template variables for the the delete + and edit icons for the top story. + +