@@ -289,6 +289,30 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
289289 * wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbox' (#7243 )
290290 * Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141 )
291291
292+ ## [ 1.9.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.5 ) - 2019-10-30
293+ * BREAKING
294+ * Hide some user information via API if user doesn't have enough permission (#8655 ) (#8658 )
295+ * BUGFIXES
296+ * Fix milestone close timestamp (#8728 ) (#8731 )
297+ * Fix deadline on update issue or PR via API (#8699 )
298+ * Fix 'New Issue Missing Milestone Comment' (#8678 ) (#8682 )
299+ * Fix 500 when getting user as unauthenticated user (#8653 ) (#8662 )
300+ * Use AppSubUrl for more redirections (#8647 ) (#8652 )
301+ * Add SubURL to redirect path (#8632 ) (#8634 ) (#8640 )
302+ * Fix #8582 by handling empty repos (#8587 ) (#8593 )
303+ * Fix bug on pull requests when transfer head repository (#8571 )
304+ * Add missed close in ServeBlobLFS (#8527 ) (#8543 )
305+ * Return false if provided branch name is empty for IsBranchExist (#8485 ) (#8492 )
306+ * Create .ssh dir as necessary (#8369 ) (#8486 ) (#8489 )
307+ * Restore functionality for early gits (#7775 ) (#8476 )
308+ * Add check for empty set when dropping indexes during migration (#8475 )
309+ * Ensure Request Body Readers are closed in LFS server (#8454 ) (#8459 )
310+ * Ensure that LFS files are relative to the LFS content path (#8455 ) (#8458 )
311+ * SECURITY
312+ * Ignore mentions for users with no access (#8395 ) (#8484 )
313+ * TESTING
314+ * Update heatmap fixtures to restore tests (#8615 ) (#8617 )
315+
292316## [ 1.9.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.9.4 ) - 2019-10-08
293317* BUGFIXES
294318 * Highlight issue references (#8101 ) (#8404 )
0 commit comments