Paused contract: burn() behaviour before/after 0.6.0

Hi @jmahhh,

Welcome to the community :wave:

Yes, that is how it appears to me.
In OpenZeppelin Contracts 2.5 burning wasn’t impacted by Pausable, whilst in OpenZeppelin Contracts 3.0 burning is impacted by Pausable.

Is this a problem?

OpenZeppelin Contracts v2.5 (Solidity 0.5)

OpenZeppelin Contracts v3.0 beta release (Solidity 0.6)