-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
## (2020-10-15) | ||
## (2022-11-23) | ||
|
||
* java 8 compatibility improvements (#18) ([ca8916a](https://github.com/cdimascio/dotenv-java/commit/ca8916a)), closes [#18](https://github.com/cdimascio/dotenv-java/issues/18) | ||
* Ensure java 11 using enforcer plugin (#35) ([c2c69fc](https://github.com/cdimascio/dotenv-java/commit/c2c69fc)), closes [#35](https://github.com/cdimascio/dotenv-java/issues/35) | ||
* Fix classpath relative-to-absolute conversion in DotenvReader (#27) ([6dc4c52](https://github.com/cdimascio/dotenv-java/commit/6dc4c52)), closes [#27](https://github.com/cdimascio/dotenv-java/issues/27) | ||
* Fix license in the header (#34) ([d253407](https://github.com/cdimascio/dotenv-java/commit/d253407)), closes [#34](https://github.com/cdimascio/dotenv-java/issues/34) | ||
* Precompile and reuse regular expressions (#33) ([82cf585](https://github.com/cdimascio/dotenv-java/commit/82cf585)), closes [#33](https://github.com/cdimascio/dotenv-java/issues/33) | ||
* update poms ([2f57af8](https://github.com/cdimascio/dotenv-java/commit/2f57af8)) | ||
* update README ([4a04796](https://github.com/cdimascio/dotenv-java/commit/4a04796)) | ||
* update README ([5ffffe3](https://github.com/cdimascio/dotenv-java/commit/5ffffe3)) | ||
* Update README (#30) ([be31abb](https://github.com/cdimascio/dotenv-java/commit/be31abb)), closes [#30](https://github.com/cdimascio/dotenv-java/issues/30) | ||
* v2.2.2 ([4352c6a](https://github.com/cdimascio/dotenv-java/commit/4352c6a)) | ||
* v2.2.4 ([5d60f3c](https://github.com/cdimascio/dotenv-java/commit/5d60f3c)) | ||
* v2.3.0 ([7398ee6](https://github.com/cdimascio/dotenv-java/commit/7398ee6)) | ||
* v2.3.0 README update ([fb48486](https://github.com/cdimascio/dotenv-java/commit/fb48486)) | ||
* feat: add module info (#37) ([f69a9b3](https://github.com/cdimascio/dotenv-java/commit/f69a9b3)), closes [#37](https://github.com/cdimascio/dotenv-java/issues/37) | ||
* docs: add alexbraga as a contributor for doc (#31) ([a279af3](https://github.com/cdimascio/dotenv-java/commit/a279af3)), closes [#31](https://github.com/cdimascio/dotenv-java/issues/31) | ||
* docs: add Mooninaut as a contributor for code, test (#28) ([dd2999c](https://github.com/cdimascio/dotenv-java/commit/dd2999c)), closes [#28](https://github.com/cdimascio/dotenv-java/issues/28) | ||
* docs: fix android code example (#36) ([7fc7794](https://github.com/cdimascio/dotenv-java/commit/7fc7794)), closes [#36](https://github.com/cdimascio/dotenv-java/issues/36) | ||
|
||
|
||
|