README.md in interception-0.4 vs README.md in interception-0.5

- old
+ new

@@ -72,12 +72,11 @@ Known bugs ========== * On rubinius we don't catch some low-level exceptions (like `ZeroDivisionError`). -* On jruby 1.6, the binding has the wrong value for `self` in `NoMethodError`s. ([fixed](https://github.com/jruby/jruby/commit/4246d96f63155aeb70694a9a0ace0eeb2c936065) in jruby-head) * On MRI-1.8.7, the binding sometimes has the wrong value for `self`. -* The Interception versions prior to `0.4` **do not** support MRI-2.1.0. `0.4` does support it. +* The Interception versions prior to `0.4` **do not** support MRI-2.1.0. `>= 0.4` does support it. Meta-fu ======= Interception is released under the MIT license (see `LICENSE.MIT` for details).