Skip to content

Commit

Permalink
Initial changelog entry. (#23)
Browse files Browse the repository at this point in the history
* Initial changelog entry.

* Fix date.

* Update CHANGELOG.md
  • Loading branch information
nventuro committed Mar 29, 2019
1 parent 3615de8 commit 58e022d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# Changelog

## 0.3.0 (2019-03-19)
* `chai` is no longer exported, and `should` is no longer automatically installed. ([#18](https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/18))

#### How to upgrade from 0.2
If you use Chai assertions in your project you should make sure to explicitly install it: `npm install chai`. If you need to access the `chai` instance you should now get it through `require('chai')`. If you use `should`-style assertions you should set it up manually now, by adding `require('chai/register-should')` in your tests, or e.g. in your Truffle config. Check out OpenZeppelin's upgrade commit in case it might be helpful: [`cf7375d`](https://github.com/OpenZeppelin/openzeppelin-solidity/commit/cf7375d6b873afc9f705e329db39e2ef389af9d2).

0 comments on commit 58e022d

Please sign in to comment.