diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 613bdf8..b613097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## [Unreleased] | 8 | ## [Unreleased] |
| 9 | 9 | ||
| 10 | ### Changed | ||
| 11 | |||
| 12 | - Push auth rejections now send the reason to the git client via ERR pkt-line (e.g. "authorisation failed: No state events in purgatory") instead of a generic HTTP 403, so users see actionable error messages directly in their terminal | ||
| 13 | |||
| 10 | ## [1.0.0] - 2026-02-26 | 14 | ## [1.0.0] - 2026-02-26 |
| 11 | 15 | ||
| 12 | Initial release of ngit-grasp, a GRASP relay implementation in Rust. | 16 | Initial release of ngit-grasp, a GRASP relay implementation in Rust. |