Skip to content

Commit

Permalink
Backport changwave 17.14 to 17.12
Browse files Browse the repository at this point in the history
Normally we wouldn't have this changewave in this release, but because
we want to have a consistent changewave for behavior changed after
release, we're backporting it.
  • Loading branch information
SimaTian authored and rainersigwald committed Nov 20, 2024
1 parent 21e08d3 commit 36a23bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Framework/ChangeWaves.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ internal static class ChangeWaves
{
internal static readonly Version Wave17_10 = new Version(17, 10);
internal static readonly Version Wave17_12 = new Version(17, 12);
internal static readonly Version[] AllWaves = { Wave17_10, Wave17_12 };
internal static readonly Version Wave17_14 = new Version(17, 14);
internal static readonly Version[] AllWaves = { Wave17_10, Wave17_12, Wave17_14 };

/// <summary>
/// Special value indicating that all features behind all Change Waves should be enabled.
Expand Down

0 comments on commit 36a23bc

Please sign in to comment.