Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v3] fix identification of sealed tags during streaming #1997

Merged
merged 2 commits into from Sep 10, 2018

Commits on Sep 10, 2018

  1. fix identification of sealed tags during streaming

    The "sealed" concept was on the stylesheet level, when it should
    have actually been on a per-tag basis. By moving the sealed status
    down, we can now accurately tell when a tag has been flushed to the
    client and is no longer eligible for style injection.
    quantizor committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    e2db45d View commit details
    Browse the repository at this point in the history
  2. add changelog

    quantizor committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    5edf4e7 View commit details
    Browse the repository at this point in the history