summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-03-16 17:29:39 -0400
committerJames Moger <james.moger@gitblit.com>2012-03-16 17:29:39 -0400
commit86bea9e0016b2890db8ba83049dd4e89653a0a5e (patch)
treef0a777c6d82a251d2af8b4fe034054adfe1dc4ce /docs
parent40ca5c51d1006cd1badf5393f20921b2047f4701 (diff)
downloadgitblit-86bea9e0016b2890db8ba83049dd4e89653a0a5e.tar.gz
gitblit-86bea9e0016b2890db8ba83049dd4e89653a0a5e.zip
Ensure that the welcome message is interpreted as UTF-8 (issue 74)
Diffstat (limited to 'docs')
-rw-r--r--docs/04_releases.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index b2d0c776..f9e4480f 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -30,6 +30,8 @@ Push requests to these repositories will be rejected.
#### fixes
+- Ensure that Welcome message is parsed using UTF-8 encoding (issue 74)
+- Activity page graph layout broken by Google (issue 73)
- Uppercase repositories not selectable in edit palettes (issue 71)
- Not all git notes were properly displayed on the commit page (issue 70)
- Activity page now displays all local branches (issue 65)