From c31fdd6e83d394cd88487ca3e6ac17d94ca2dad3 Mon Sep 17 00:00:00 2001 From: "Damith C. Rajapakse" Date: Mon, 12 Sep 2016 16:38:09 +0800 Subject: [PATCH] Add a 'what's new' to the README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cdb5768b8..034bf6b49 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ * It provides a **reasonably well-written** code example that is **significantly bigger** than what students usually write in data structure modules. +**What's different from level 2** + +* A simple GUI added to replace the Text UI. +* A `Logic` class added together with a `LogicTest` class. +* Appendices added to [Developer Guide](doc/DeveloperGuide.md). + + **Useful Links** * [User Guide](doc/UserGuide.md) * [Developer Guide](doc/DeveloperGuide.md)