Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emallson committed Jun 21, 2024
1 parent a3d950c commit ddcb5b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/analysis/classic/warlock/destruction/CHANGELOG.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { change, date } from 'common/changelog';
import { jazminite } from 'CONTRIBUTORS';
import { emallson } from 'CONTRIBUTORS';

export default [
// REMOVE THIS ENTRY AND ADD YOUR OWN
change(date(2024, 6, 17), 'Add Cata Classic Caster spec template', jazminite),
change(date(2024, 6, 21), 'Implemented core support for Destruction Warlock', emallson),
];
4 changes: 2 additions & 2 deletions src/analysis/classic/warlock/destruction/CONFIG.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { jazminite } from 'CONTRIBUTORS';
import GameBranch from 'game/GameBranch';
import SPECS from 'game/SPECS';
import type Config from 'parser/Config';
import CHANGELOG from './CHANGELOG';
import { emallson } from 'CONTRIBUTORS';

const CONFIG: Config = {
// The people that have contributed to this spec recently. People don't have to sign up to be long-time maintainers to be included in this list. If someone built a large part of the spec or contributed something recently to that spec, they can be added to the contributors list. If someone goes MIA, they may be removed after major changes or during a new expansion.
contributors: [jazminite],
contributors: [emallson],
branch: GameBranch.Classic,
// The WoW client patch this spec was last updated.
patchCompatibility: '4.4.0',
Expand Down

0 comments on commit ddcb5b6

Please sign in to comment.