September 23, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: ad2563f8e71fd8b9e488abacd45e71baaf24c2c9
      https://github.com/dlang/phobos/commit/ad2563f8e71fd8b9e488abacd45e71baaf24c2c9
  Author: e-y-e <e_y_e@tuta.io>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M std/algorithm/searching.d

  Log Message:
  -----------
  Change yes/no enum OpenRight to a Flag


  Commit: 004bc507dfa3f0d8b4f6b5492808c0bc19be07ab
      https://github.com/dlang/phobos/commit/004bc507dfa3f0d8b4f6b5492808c0bc19be07ab
  Author: e-y-e <e_y_e@tuta.io>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M std/net/isemail.d

  Log Message:
  -----------
  Change yes/no enum CheckDns to a Flag


  Commit: 669fa67b1d63d2ed324fe057f4c1b803a4cb74b2
      https://github.com/dlang/phobos/commit/669fa67b1d63d2ed324fe057f4c1b803a4cb74b2
  Author: e-y-e <e_y_e@tuta.io>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Change yes/no enum SortOutput to a Flag


  Commit: aaf31b531c735d09e2527a5213fcf6634d77086e
      https://github.com/dlang/phobos/commit/aaf31b531c735d09e2527a5213fcf6634d77086e
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M std/algorithm/searching.d
    M std/algorithm/sorting.d
    M std/net/isemail.d

  Log Message:
  -----------
  Merge pull request #4812 from e-y-e/enumtoflag

[trivial] Convert yes/no enums to std.typecons : Flag


Compare: https://github.com/dlang/phobos/compare/1ecc4d68daf8...aaf31b531c73