Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Fix formatting error in changelog. #209

Merged
merged 1 commit into from
Oct 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_19 October 2019_

* **Implement `Xgit.Plumbing.CatFile.Commit`. This is an API equivalent to `git cat-file -p` when the target object is of type `commit`. (#207)
* **Implement `Xgit.Plumbing.CatFile.Commit`.** This is an API equivalent to `git cat-file -p` when the target object is of type `commit`. (#207)
* Implement `Xgit.Core.Commit.from_object/1`. (#204, #205, #206)
* [API BREAKING] Make `Xgit.Util.*` modules private. (#201)
* [API BREAKING] Remove `Xgit.Util.RawParseUtils`. (#195, #198, #199, #200)
Expand Down