Additions
* https://github.com/PokeDevs/pokedex.py/commit/184173dae1f37509f72480ff9207a84f622051ec Added `Pokedex.get_pokemon_by_name()` method.
* https://github.com/PokeDevs/pokedex.py/commit/327d159a77def2dda66cf17ae995ac3e02a33417 Added `Pokedex.get_pokemon_by_number()` instead.
Deprecation
* https://github.com/PokeDevs/pokedex.py/commit/327d159a77def2dda66cf17ae995ac3e02a33417 `Pokedex.get_pokemon()` method is now depricated, use `Pokedex.get_pokemon_by_number()` instead.