OSDN Git Service

c6db83bd8488f9e0a18912aa519ec5f61d475091
[stew/Stew4.git] / FEATURE.md
1 % New Features And Changes In Stew4
2
3
4 ## New Features
5
6 The new features in version 4 are listed below:
7
8 special command "?" - display environment info (not OS ENV).
9 :   Display System Properties. (System.getProperty)
10     By defauts, displays JRE, OS and Locale.
11
12
13 xxx
14 :   xxx
15
16
17 For more details, see MANUAL.html.
18
19
20 ## Changes
21
22 The major changes since version 3 are listed below:
23
24 Requires Java6 and later
25 :   Java5.0 was not supported.
26     And replaced with codes including enhancements and new APIs in Java 6.
27
28 Implementation
29 :   Improved implementation with Java6.
30     Specifically, Unnecessary classes was removed, and some codes ared replaced with more fitting APIs.
31
32
33 ## Others
34