v2.2.0
- #299 and other commits - CI runs on Ruby 2.2, 2.3, and 2.4 (@nicolasleger, @RobinDaugherty)
- #310 - Add section to readme about text editor settings (@markburns)
- #317 - Fix typo in editor protocol spec (@amPerl)
- #323 - Consolidate newlines in exception messages to avoid blank output (@latortuga)
- #331 - Update copyright (@aqnouch)
- #347 - Hide variables unless we have binding_of_caller (@sj26)
- #354 - Use
Exception#cause
insted of deprecatedException#original_exception
, fixing #363 and #371 (@grosser) - #365 - Upgrade RSpec to 3.5 and convert to expectation syntax (@bquorning)
- #375 - Fix ExceptionWrapper error on manual console page, fixing #353 (@RobinDaugherty)