Skip to content

Commit

Permalink
Catalog: bootstrap the change log (#4112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 authored Aug 20, 2024
1 parent be8f2b2 commit 838313c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

Changes are listed in reverse chronological order (newer entries at the top).
The entry format is

```markdown
- [Verb] Change description ([#<PR-number>](https://github.com/quiltdata/quilt/pull/<PR-number>))
```

where verb is one of

- Removed
- Added
- Fixed
- Changed

## Changes

- [Added] Bootstrap the change log ([#XXXX](https://github.com/quiltdata/quilt/pull/XXXX))

0 comments on commit 838313c

Please sign in to comment.