@@ -4,6 +4,32 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
7
+ ## [ 1.10.0-RC2] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0-rc2 ) - 2019-10-30
8
+ * BREAKING
9
+ * Fix deadline on update issue or PR via API (#8698 )
10
+ * Hide some user information via API if user doesn't have enough permission (#8655 ) (#8657 )
11
+ * BUGFIXES
12
+ * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528 ) (#8618 )
13
+ * Fix milestone close timestamp (#8728 ) (#8730 )
14
+ * Fix 500 when getting user as unauthenticated user (#8653 ) (#8663 )
15
+ * Fix 'New Issue Missing Milestone Comment' (#8678 ) (#8681 )
16
+ * Use AppSubUrl for more redirections (#8647 ) (#8651 )
17
+ * Add SubURL to redirect path (#8632 ) (#8634 )
18
+ * Fix template error on account page (#8562 ) (#8622 )
19
+ * Allow externalID to be UUID (#8551 ) (#8624 )
20
+ * Prevent removal of non-empty emoji panel following selection of duplicate (#8609 ) (#8623 )
21
+ * Update heatmap fixtures to restore tests (#8615 ) (#8616 )
22
+ * Ensure that diff stats can scroll independently of the diff (#8581 ) (#8621 )
23
+ * Webhook: set Content-Type for application/x-www-form-urlencoded (#8600 )
24
+ * Fix #8582 by handling empty repos (#8587 ) (#8594 )
25
+ * Fix bug on pull requests when transfer head repository (#8564 ) (#8569 )
26
+ * Add missed close in ServeBlobLFS (#8527 ) (#8542 )
27
+ * Ensure that GitRepo is set on Empty repositories (#8539 ) (#8541 )
28
+ * Fix migrate mirror 500 bug (#8526 ) (#8530 )
29
+ * Fix password complexity regex for special characters (#8524 )
30
+ * Prevent .code-view from overriding font on icon fonts (#8614 ) (#8627 )
31
+ * Allow more than 255 characters for tokens in external_login_user table (#8554 )
32
+
7
33
## [ 1.10.0-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.0-rc1 ) - 2019-10-14
8
34
* BREAKING
9
35
* Remove legacy handling of drone token (#8191 )
0 commit comments