Skip to content

Commit

Permalink
improve changelog for tag invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Mar 6, 2017
1 parent 877cab8 commit e1bdfc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Changelog

### Tags

* **BC break:** The TagHandler has been split. Invalidating tags happens through the
CacheManager (if you use annotations for tag invalidation, you don't need to
change anything). Recording tags and writing them into the responses is now
done through the SymfonyResponseTagger.
* **BC break:** The TagHandler has been split. Invalidating tags happens through
CacheManager::invalidateTags (if you use annotations for tag invalidation, you
don't need to change anything). Recording tags and writing them into the
responses is now done through the SymfonyResponseTagger.

### Tests

Expand Down

0 comments on commit e1bdfc0

Please sign in to comment.