You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
**NOTE**: The below change log references the version of the BEX library, since this is the version for the Maven artifact. The below change log will indicate when the Eclipse plugin is updated and its changes; this will be listed after the BEX library changes.
8
8
9
9
## [Unreleased]
10
+
## [0.10.0] - 2020-08-15
11
+
### Added
12
+
* BEXPairs.bexPair helper method to create a BEXPair (can use static import)
13
+
* IntRange.length method
14
+
15
+
### Changed
16
+
* BEXPair interface extends Comparable interface (so elements are comparable, left then right, if the type is comparable
17
+
*
18
+
19
+
### Removed
20
+
21
+
### Fixed
22
+
10
23
## [0.9.1] - 2020-08-10
11
-
## Fixed
24
+
###Fixed
12
25
* Short-term bug fix for infinite loop in some cases related to mismatched brackets
13
26
* A long-term fix is still being investigated (#75)
0 commit comments