Skip to content

Commit bdf5ee8

Browse files
authored
Update CHANGELOG.md
1 parent 13d08f8 commit bdf5ee8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
**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.
88

99
## [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+
1023
## [0.9.1] - 2020-08-10
11-
## Fixed
24+
### Fixed
1225
* Short-term bug fix for infinite loop in some cases related to mismatched brackets
1326
* A long-term fix is still being investigated (#75)
1427

0 commit comments

Comments
 (0)