From 626536754a0736a3bd154ecba6fc491ebfec0a19 Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Sun, 13 Nov 2016 22:47:57 +0100 Subject: [PATCH] Changelog for self in sclass. --- doc/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/changelog.md b/doc/changelog.md index 2924294..6957123 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -5,6 +5,13 @@ This document contains a short summary of the various releases of ruby-lint. For a full list of commits included in each release see the corresponding Git tags (named after the versions). +## unreleased + +* Do not crash on `class << A; self; end`. + ([PR#200][PR200] by Martin Vidner) + +[PR200]: https://github.com/YorickPeterse/ruby-lint/pull/200 + ## 2.3.1 - 2016-10-17 This release adds definitions for RSpec, thanks to Alex Moore-Niemi!