-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
37 lines (25 loc) · 1 KB
/
CHANGELOG
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
35
36
37
Changelog
---------
@VERSION@
* Changed to Apache Software License, Version 2.0.
* Added ColorPicker, CodeMirror, Canvas and GoogleMaps add-ons.
1.0.4
* Added InMemorySession and FileSession with faster pickle protocol.
* Implemented transient attributes and optimised JSON escaping.
1.0.3
* Catching 1Mb memcache limit errors in session middleware.
* Fixed date formatting and currency parsing in sampler.
* Fixed infinite loop in handleVariableBurst().
1.0.2
* Added GAE Appstats to configuration.
* cron.yaml added to clean up GAE sessions.
* Catching UnknownLocaleError exceptions from Babel.
1.0.1
* Quick start section removed from README and added to the home page.
* Added links to GAE mirror on home page for demo apps.
* Added try/except to session getter to handle unpickling errors.
* Removed trademarked Vaadin favicon.
* Added file modification notices to source files in accordance with
Vaadin's Apache license version 2.0.
1.0.0
* First public release of Muntjac.