== Version 2.3.0
* Added c.INTELLECT_BUFFS
* Added c.SelfBuffNeeded()
* c.RaidBuffNeeded() now requires mana users if passed c.INTELLECT_BUFFS

== Version 2.2.0
* Added c.STAMINA_BUFFS
* Added c.SHADOW_RESISTANCE_BUFFS
* Added c.GetBuffStack(name)
* Added c.RaidBuffNeeded(idTable)

== Version 2.1.1
* Bugfix: blizzard default proc hilighting was staying disabled for users who changed from a Bitten's SpellFlash module to some other module.

== Version 2.1.0
* Bugfix: blizzard default proc hilighting was being disabled for users who have no module for their current character.
* Adds a list of the 5% buffs.

== Version 2.0.1
* No functional change.  Plays nicer with other addons.

== Version 2.0.0 beta
* Version 2.0 library will reside separately from the original, which will not be phased out immediately.
* Does not have all the priority flashing logic or extra spell flags, because SpellFlash adopted all those.
* Adds a framework for keeping modules international-friendly while just as easy to read/mantain.

== Version 1.1.0 beta
* Added userFlagged()
* Added run()

== Version 1.0.0 beta
* Initial Release