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>2017-11-11 05:44:04 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2017-11-11 05:44:04 +0300
commitcfb92563fa28a13670f22c9bb2b909699355e829 (patch)
tree0271932b5fefa8b0a741ea62beea936da2189d2f
parent87f64698a2a4640ac659e156c584385bb2592432 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35db73c..a856b08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Changelog
---------
+### 3.0.0
+- **Breaking:** Remove support for node versions below 4
+- Add support for `const` [#79](https://github.com/jhnns/rewire/issues/79) [#95](https://github.com/jhnns/rewire/issues/95) [#117](https://github.com/jhnns/rewire/pull/117) [#118](https://github.com/jhnns/rewire/pull/118)
+
### 2.5.2
- Fix cluttering of `require.extensions` even if CoffeeScript is not installed [#98](https://github.com/jhnns/rewire/pull/98)