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>2015-12-01 01:36:50 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-12-01 01:36:50 +0300
commitb527d88bbd326c33aca87466a268fbd0b8fd7228 (patch)
tree61111f371b1e9a9746b3b47af7bb465383391c3f /CHANGELOG.md
parente1249713ae0d4e24531da99c3fe2440e183c2968 (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 3c1f735..99f0b81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------
+### 2.5.1
+- Ignore modules that export non-extensible values like primitives or sealed objects [#83](https://github.com/jhnns/rewire/pull/83)
+
### 2.5.0
- Provide shared test cases to other modules that mimic rewire's behavior in other environments [jhnns/rewire-webpack#18](https://github.com/jhnns/rewire-webpack/pull/18)