File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 44This document provides a curated view of the changes to Asciidoctor Reducer in each release.
55For a detailed view of what has changed, refer to the {url-repo} /commits/main[commit history] on GitHub.
66
7+ == Unreleased
8+
9+ === Fixed
10+
11+ * Don't define reader for source_header_attributes instance variable if already defined
12+ * Only catch RangeError when flattening list when using Opal runtime
13+
714== 1.1.1 (2025-03-27) - @mojavelinux
815
916=== Fixed
Original file line number Diff line number Diff line change 33module Asciidoctor ::Reducer
44 module HeaderAttributeTracker
55 def self . extended instance
6+ return if instance . singleton_class . method_defined? :source_header_attributes
67 instance . singleton_class . send :attr_reader , :source_header_attributes
78 end
89
You can’t perform that action at this time.
0 commit comments