-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
34 lines (22 loc) · 1.05 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
= ChangeLog =
=== [milestone:'Version 1.1.0' Malline 1.1.0] ===
Released '''2008-06-06'''
* Fix #7, #9: Rails 2.1 support
* Fix #3: Namespace collisions [42]
* Much better documentation, see [http://dev.malline.org/rdoc/ RDoc]
* Refactoring and cleaning the code - #8 separated Rails-specific code
* New test framework
* New (still unfinished) plugin interface
=== [milestone:'Version 1.0.2' Malline 1.0.2] ===
Released '''2008-04-01'''
Needed a new release for gem packaging.
* Fixes #1: Support for gem [38]
=== [milestone:'Version 1.0.1' Malline 1.0.1] ===
Released '''2008-03-31'''
* Fixed a bug with Erb layout rendering cached Erb partial after Malline partial. This commit will also fix many weird situations involved with mixing Erb, Malline and Caching or some specific helper methods.
Thanks to Andrew for reporting the bug. [34]
* Fixed a inline templating with rails. Fix by Robin. [33]
* Fixed a problem with Rails 2.0 & erb emulation. Reported and fixed by Gudao Luo. [32]
=== Malline 1.0 ===
Released '''2007-10-14'''
* First version