# HG changeset patch # User Marcin Kuzminski # Date 2016-06-29 11:17:24 # Node ID 37a52f4e608ad536d2a18c2414b0fa533fd495c4 # Parent 7dab65bcd44caf033814f2fb00a17e363f3cd6db docs: updated release notes diff --git a/docs/release-notes/release-notes-4.2.0.rst b/docs/release-notes/release-notes-4.2.0.rst --- a/docs/release-notes/release-notes-4.2.0.rst +++ b/docs/release-notes/release-notes-4.2.0.rst @@ -18,6 +18,7 @@ General - Repos, repo groups, user groups: visually show what user is an owner of a resource, and if potentially he is disabled in the system. - Pull requests: reorder navigation on repo pull requests, fixes #2995 +- Dependencies: bump dulwich to 0.13.0 New Features ^^^^^^^^^^^^ @@ -65,3 +66,5 @@ Fixes - Elasticsearch: fixed issues when searching single repo using elastic search - Social auth: fix issues with non-active users using social authentication causing a 500 error. +- Fixed problem with largefiles extensions on per-repo settings using local + .hgrc files present inside the repo directory.