--------------------
10-31-10 | 40000.01

- Removed Anesthetic Poison, fixed other poisons - Thank you to kaitjin and karden!
- Updated toc for 4.0.1

--------------------
02-02-10 | 30300.01

- Updated toc for 3.3
- More changes are planned with time permitting
--------------------
04-14-09 | 30100.01

- Updated toc for patch 3.1
- Changed format of ChangeLog
--------------------
Unknown | 30000.03

- Fixed many bugs left over from previous attempts at querying the server for poisons
- No longer supports checking for players below level 20 (Really, you shouldn't have this enabled in the first place if you can't use it)
- AddOn will simply silently fail if the player is below level 20 now
- Fixed some bugs and improved some areas of code for the options frame
- EasyPoisons no longer queries the server for poison information
--------------------
Unknown | 30000.02

- Temporary bug fix for blank options frame.
--------------------
Unknown | 30000.01

- Starting fresh, saved variable updates no longer compatible with the old system (before localization through itemID's); some of you may have to update your poison purchasing numbers
- Changing versioning method once again
- All bugs from lower level poisons and leveling up should be fixed
- Improved the poison itemID querying from the server (Thanks to IBLJerry on WoWInterface!)
- Added checks to your level so EasyPoisons will not waste time/resources performing actions if you can't use any poisons anyway
- Changed the options to a Load On Demand addon so it doesn't waste resources
- Added edit boxes to the sliders in the options to change numbers even easier
--------------------
Unknown | 3.0.9-1.0

- now query server for poisons
- now uses itemID's for saved variables/merchant item lookups
--------------------
Unknown | 3.0.8-1.01

- small code tweaks
- updated screenshots on WoWInterface
--------------------
Unknown | 3.0.8-1.0

- complete code rewrite. It is now faster and more cpu efficient (and easier to decipher!)
- the poison ranks of your current level are now displayed as the name of the poison in the options frame
- changed versioning method to: (current wow patch)-major.minor
- ToDo: Make EasyPoisons compatible with all WoW locale
--------------------
Unknown | 2.2

- major code cleanup on options frame
- saved variables code streamlined which also improved various areas of the code as a side effect
- other random code changes
--------------------
Unknown | 2.1

- Options frame redesigned
  - now has supporting textures
  - added tooltip on title
  - code streamlined, cleaned up, and is now much more legible and consistent
--------------------
Unknown | 2.0

- 2.0 introduces the options frame
  - each poison has a slider with a value from 0 to 100, set the value to 0 to not buy any poisons of that type
  - slider value can be changed via click/slide/mousewheel
  - frame can be moved by dragging the title area where it says "EasyPoisons"
  - type /easypoisons to open the options frame
  - type /easypoisons again to close the options frame, or click the close button in the upper topright corner of the frame
- screenshots, code cleanup/improvements, and more love still to come
--------------------
Unknown | 1.4

- forgot to remove /ep slash shortcut, whoops!
- increased maximum number of purchasable poisons to 100! Thanks to Senjuro/Tony for the help
--------------------
Unknown | 1.3

- lowered max number of poisons to buy from 40 to 20. Buying more than a stack is usually unnecessary with how easy it is to buy them now
- changed ChatFrame1:AddMessage to print for the slash command output
- reduced the number of if checks for poison ranks by roughly half, making it faster and use less resources
- used tostring to get around the nil merchant name index, but it will still do nothing because you need to have the item saved in your local cache for it to not be nil
- cleaned up the OnEvent code, slightly improving speed and resource usage as a side-effect
- removed /ep slash shortcut to /easypoisons to prevent addon slash command conflictions
- bumped toc to 30000, ready for 3.0 to hit live!
--------------------
Unknown | 1.2

- cleaned up the slash function some more
- improved the accuracy of the vendor scanning function
- added a nil check for the occasional unpopulated merchant index
- reorganized if statements alphabetically by poison; nothing important, just looks nicer and more consistent
--------------------
Unknown | 1.1

- cleaned up the slash function slightly
- through a slight hack, increased total number of purchasable poisons to 40
- I noticed I accidently uploaded it on wowinterface under the name "EasyPoisoner" and even used that in the description. This is now fixed. I'm sorry if there was any confusion
--------------------
Unknown | 1.0

- initial beta release