===Changelog for NEI Recipe Handlers===
Made by 'Crafted_Mods' or 'The_Ranger_Malvegil'

#2.0.2-ALPHA:
 + Updated FastClasspathScanner to v2.21

 * Fixed a crash with broken recipes
 * Improved the performance of the version checker
 * Fixed that older remote versions were described as current ones in the logs
 * Fixed that item override names weren't updated if the language was changed
 * Replaced the item cache with an environment cache, which tracks all installed mods

#2.0.1-ALPHA:
 + Updated FastClasspathScanner

#2.0.0-ALPHA:
 + Added resource handler support
 + Added version checker support
 
 * Moved the function getVersion from RecipeHandler to RecipeHandlerCacheManager
 * Fixed that the item cache sometimes did corrupt some recipes
 
 - Removed the resource loading functions from RecipeHandler and RecipeHandlerFactory
 - Removed a version checker related function from RecipeHandler

#1.0.0-ALPHA:
 + Initial release