-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
33 lines (20 loc) · 898 Bytes
/
CHANGES.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
0.3 (2012-04-17)
================
- Make compatible with Venusian 1.0a4 (dont rely on ``view_config(www)`` to
be scanned).
- Prevent import warning when installed on Pyramid 1.2.
- Add ``Framework :: Pyramid`` trove classifier.
- Add ``testing`` and ``docs`` extras to setup.py.
0.2 (2011-12-14)
================
- Made scaffolding compatible with ``pcreate`` for Pyramid 1.3a2+.
- Use ``egg:pyramid#wsgiref`` server instead of ``egg:Paste#http`` server.
This change will require users to use any of Pyramid 1.1.3, Pyramid 1.2.5,
or Pyramid 1.3a2+. Older minor versions in any of those series will fail.
- Updated the scaffold's version of ``jquery.mobile`` to version 1.0.
[WouterVH]
- Updated the scaffold's version of ``jquery.mobile`` to version 1.0rc3.
- Updated the scaffold's version of ``jquery`` to version 1.6.4.
0.1 (2011-11-02)
================
- Initial release.