|
1 | 1 | Changelog
|
2 | 2 | ---------
|
3 | 3 |
|
| 4 | +###2.3.4 |
| 5 | +- Add license and keywords to package.json[#59](https://github.com/jhnns/rewire/issues/59)[#60](https://github.com/jhnns/rewire/issues/60) |
| 6 | + |
4 | 7 | ###2.3.3
|
5 | 8 | - Fix issue where the strict mode was not detected when a comment was before "strict mode";[#54](https://github.com/jhnns/rewire/issues/54)
|
6 | 9 |
|
7 | 10 | ###2.3.2
|
8 | 11 | - Fix a problem when a function declaration had the same name as a global variable[#56](https://github.com/jhnns/rewire/issues/56)
|
9 |
| --Added README section about rewire's limitations |
| 12 | +-Add README section about rewire's limitations |
10 | 13 |
|
11 | 14 | ###2.3.1
|
12 | 15 | - Fix problems when global objects like JSON, etc. have been rewired[#40](https://github.com/jhnns/rewire/issues/40)
|
|