Skip to content

Commit

Permalink
Merge pull request #323 from perfectsense/changelog-0.99.5
Browse files Browse the repository at this point in the history
Changelog for 0.99.5 release
  • Loading branch information
JC authored Aug 25, 2020
2 parents 9ab1655 + 9e65266 commit b5d75c4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
CHANGELOG
=========

## 0.99.5 (Unreleased)
## 0.99.5 (August 25th, 2020)

ENHANCEMENTS:

* core: Convert to `Picocli` for command line argument parsing. ([308](https://github.com/perfectsense/gyro/issues/308))

PERFORMANCE:

* core: Cache plugin depenedncy. ([311](https://github.com/perfectsense/gyro/issues/311))
* core: Optimize plugin class loading. ([312](https://github.com/perfectsense/gyro/issues/312))
* core: Cache `external-query`. ([313](https://github.com/perfectsense/gyro/issues/313))
* core: Implement Beaninfo on diffable. ([314](https://github.com/perfectsense/gyro/issues/314))
* core: Add `exists(String file)` method to FileBackend. ([315](https://github.com/perfectsense/gyro/issues/315))
* core: Add `copy(String source, String destination)` method to FileBackend. ([316](https://github.com/perfectsense/gyro/issues/316))

## 0.99.4 (June 25th, 2020)

Expand Down

0 comments on commit b5d75c4

Please sign in to comment.