-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
add changelog for 1.4.0 #3435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add changelog for 1.4.0 #3435
Conversation
ouch it's huge, I liked the blog post version much more, too much information becomes noise (which tool, btw?) |
Docs should probably be removed |
@strk https://github.com/lunny/changelog As for the fact that it's huge - I agree. I'm now trying to further cut some some more entries. I quite agree with you in saying that the other changelogs should be more descriptive and shorter, but I also see the point in keeping it "technical" and without hiding too much of what has been changed (for instance, one might not find that we've fixed that very specific bug in the blog post, but they can do so in the CHANGELOG file). @lafriks I agree, they're not that important. Done. |
Codecov Report
@@ Coverage Diff @@
## master #3435 +/- ##
==========================================
- Coverage 35.62% 35.59% -0.03%
==========================================
Files 281 281
Lines 40586 40586
==========================================
- Hits 14458 14446 -12
- Misses 23993 24001 +8
- Partials 2135 2139 +4
Continue to review full report at Codecov.
|
without substantial changes to our git log; to see the highlights of what has | ||
been added to each release, please refer to the [blog](https://blog.gitea.io). | ||
|
||
## [1.4.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc1) - 2018-01-31 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new line here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previously we did not do that
CHANGELOG.md
Outdated
* Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957) | ||
* Fix language names (#2955) | ||
* Remove render issue link (#2954) | ||
* Git LFS lock api (#2938) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be in features as it permit to use the command git lfs lock
.
|
mostly generated straight out of the tool, but removed all refactoring and testing PRs. also added link to the blog on top.