From b84644826b586863b950a6b3fffe4fa16b5c25ae Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 May 2014 18:26:14 -0400 Subject: [PATCH] devblog --- doc/devblog/day_176__mostly_a_day_off.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/devblog/day_176__mostly_a_day_off.mdwn diff --git a/doc/devblog/day_176__mostly_a_day_off.mdwn b/doc/devblog/day_176__mostly_a_day_off.mdwn new file mode 100644 index 0000000000..46bf1c4db1 --- /dev/null +++ b/doc/devblog/day_176__mostly_a_day_off.mdwn @@ -0,0 +1,8 @@ +Got a handle on the Android webapp static file problems (no, they were not +really encoding problems!), and hopefully +that's all fixed now. Also, only 3 modules use Char8 now. And updated the +git-annex backport. That's all I did today. + +Meanwhile, a complete [[tips/ZSH_completion]] has been contributed by +Schnouki. And, Ben Gamari sent in a patch moving from the deprecated +MonadCatchIO-transformers library to the exceptions library.