Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2018-04-24 14:34:57 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2018-04-24 14:34:57 +0300
commitb7bd4a2cedf6377bf6c470029313d343e8267977 (patch)
tree23ebaaa05660d1719e34d647c8e22ce6721552c2
parent6ffd4d1405c9f812f7bcd3b915f4da262afec754 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7c6c6f..50364e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------
+### 4.0.1
+- Fix a bug where `const` was not properly detected [#139](https://github.com/jhnns/rewire/pull/139)
+
### 4.0.0
- **Breaking**: Remove official node v4 support. It probably still works with node v4, but no guarantees anymore.
- **Potentially breaking**: Replace babel with regex-based transformation [9b77ed9a293c538ec3eb5160bcb933e012ce517f](https://github.com/jhnns/rewire/commit/9b77ed9a293c538ec3eb5160bcb933e012ce517f).