File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ ## [ 0.12.0] - 2020-08-31
12+ ### Added
13+ * Method IntBEXRange.singleton
14+ * DiffHelper methods
15+ * determineEnclosedRange(DiffUnit)
16+ * determineEnclosedRange(Collection<DiffEdit >)
17+
18+ ### Changed
19+ * Changed Javadoc to allow compiling against Java 14 (minimum version remains Java 8)
20+ * BEXMatchingLanguage.SQL handling of word characters when next to '#' and '$'
21+ * BEX Eclipse plugin (beta version 0.4.0)
22+ * RangeComparatorBEX refactored to use BEXPair to reduce code
23+ * Better handling of ignoring commented out code (when option is enabled)
24+ * Group together consecutive unimportant changes
25+ * Fix wonky scrolling in compare window
26+
27+ * Upgraded backend libraries
28+ * RegExPlus from version 1.2.0 to 2.0.0
29+ * maven-javadoc-plugin from version 2.9.1 to 3.2.0
30+
1131## [ 0.11.0] - 2020-08-23
1232
1333### Added
You can’t perform that action at this time.
0 commit comments