瀏覽代碼

Split changelog into separate file

master
David Winterbottom 13 年之前
父節點
當前提交
f404e05ed1
共有 2 個檔案被更改,包括 33 行新增26 行删除
  1. 33
    0
      CHANGELOG.rst
  2. 0
    26
      README.rst

+ 33
- 0
CHANGELOG.rst 查看文件

@@ -0,0 +1,33 @@
1
+=========
2
+Changelog
3
+=========
4
+
5
+0.1
6
+~~~
7
+
8
+* Initial release - used in production by two major applications at Tangent but
9
+  still quite rough around the edges.  Many features were implemented directly
10
+  in the applications rather than using a feature from oscar.
11
+* Docs are a bit stale and need updating in 0.2
12
+
13
+Roadmap
14
+-------
15
+
16
+0.2
17
+~~~
18
+
19
+Currently a work-in-progress, estimated release date: May 2012.  It will feature:
20
+
21
+* Much better documentation, including recipes for common tasks
22
+* Refactoring of shipping methods
23
+* New dashboard functionality for product management, order management, customer services
24
+* New dynamic class loading
25
+* Lots more tests!
26
+* A fully styled sandbox shop based on Twitter's bootstrap.
27
+
28
+0.3
29
+~~~
30
+
31
+* Rewrite of search app to use Solr and probably not Haystack
32
+* Dashboard issue management
33
+* Better support for role-based permissions

+ 0
- 26
README.rst 查看文件

@@ -34,29 +34,3 @@ and maintained by `Tangent Labs`_, a London-based digital agency.
34 34
 
35 35
 .. _`@codeinthehole`: https://twitter.com/codeinthehole
36 36
 .. _`Tangent Labs`: http://www.tangentlabs.co.uk
37
-
38
-Changelog
39
----------
40
-
41
-0.1
42
-~~~
43
-
44
-* Initial release - used in production by two major applications at Tangent
45
-* Still a bit rough around the edges - docs aren't really good enough for
46
-  non-Tangent people
47
-* Docs are a bit stale and need updating in 0.2
48
-
49
-Roadmap
50
--------
51
-
52
-0.2
53
-~~~
54
-
55
-Currently a work-in-progress, estimated release date: April 2012.  It will feature:
56
-
57
-* Much better documentation, including recipes for common tasks
58
-* Refactoring of shipping methods
59
-* New dashboard functionality for product management, order management, customer services
60
-* New dynamic class loading
61
-* Lots more tests!
62
-* A fully styled sandbox shop based on Twitter's bootstrap.

Loading…
取消
儲存