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

v9.6.1 proposal #18946

Merged
merged 2 commits into from
Feb 23, 2018
Merged

v9.6.1 proposal #18946

merged 2 commits into from
Feb 23, 2018

Commits on Feb 23, 2018

  1. events: preset usingDomains to false

    The line setting this was removed in a previous commit. This
    potentially breaks code in the wild using this property.
    
    Refs: #17403 (comment)
    PR-URL: #18944
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MylesBorins committed Feb 23, 2018
    5 Configuration menu
    Copy the full SHA
    761caec View commit details
    Browse the repository at this point in the history
  2. 2018-02-22, Version 9.6.1 (Current)

    Notable changes:
    
    * events:
      - `events.usingDomains` being set to false by default was removed in
        9.6.0 which was a change in behavior compared to 9.5.0. This
        behavior change has been reverted and the `events` object now has
        `usingDomains` preset to `false`, which is the behavior in 9.x
        prior to 9.6.0 (Myles Borins)
        #18944
    
    PR-URL: #18946
    MylesBorins committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    0643e3e View commit details
    Browse the repository at this point in the history