-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog. Add changelog for latest version.
- Loading branch information
1 parent
33b297a
commit cd38de2
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# commons-lang 0.1.0 | ||
|
||
### Features | ||
|
||
* `FileCommons` utility class for I/O and filesystem handling | ||
* `Composite` utility class for related design pattern | ||
* `getEnclosingClasses()` method to `ReflectiveCommons` | ||
* `singleQuote()`, `doubleQuote()` and `quote()` methods to `StringCommons` | ||
* **tests:** Switch to JaCoCo for test reporting | ||
* **chore:** Add `CHANGELOG` and `CODEOWNERS` files | ||
* **build:** Add test coverage constraints | ||
* **build:** Add `docs` and `ossrh` Maven profiles |