From a513514078e4bff14fcccd2c9e9525f786e52af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 28 Mar 2014 04:10:52 +0100 Subject: [PATCH] Update changelog --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 756ccf2..af37f98 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,11 +6,12 @@ * Added a lot of new unit tests. * Fixed a caching bug causing problems with IE. * Added an embedded Epub Reader based on Monocle. Thanks to all the beta testers. - * Cleaned up a lot of stuff to prepare for bootstrap template. + * Cleaned up a lot of stuff to prepare for bootstrap template. Note to all CSS hackers, the stylesheets are now in templates/default/styles. * Fixed the charset of most of the pages. Thanks to edent. * Added a new category : ratings. Thanks to Michael. * Fixed the URL rewriting in the OPDS stream, should fix file naming with FBReader. Reported by Rassie. - + * Fixed a confusion between author's name and author's sort. Reported by At_Libitum. + * Fixed the style of the tag filters to show that they're clickable. Thanks to cycojesus. 0.9.0 - 20131231 * Add a lot of unit testing. I hope it will limit the risks of regression.