Skip to content

Commit

Permalink
Adds CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhoadley committed Mar 31, 2024
1 parent c892284 commit 65234e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

This project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## Release 0.3 (2024-03-31)
### Changed
- Migrated to Maven for builds. This included setting up the test
suite via JUnit. [#10](https://github.com/paulhoadley/pal/issues/10)
- Reduced reliance on `System.exit()` (outside of `main()`), largely
to facilitate
testing. [#11](https://github.com/paulhoadley/pal/issues/11)

0 comments on commit 65234e2

Please sign in to comment.