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>2016-07-01 13:40:03 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2016-07-01 13:40:03 +0300
commit0d21116a27721d2bb5d6e309ddbf8c6b4f8fa609 (patch)
treed9758035ef2421a2aee9ead9bcfbf38b9a801b12 /CHANGELOG.md
parent0be90f2bbb5d51ef4ed9fd9c24d313c77c77e52e (diff)
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99f0b81..35db73c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------
+### 2.5.2
+- Fix cluttering of `require.extensions` even if CoffeeScript is not installed [#98](https://github.com/jhnns/rewire/pull/98)
+
### 2.5.1
- Ignore modules that export non-extensible values like primitives or sealed objects [#83](https://github.com/jhnns/rewire/pull/83)