about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-01-20 22:55:44 +0530
committerAndinus <andinus@nand.sh>2021-01-20 22:55:44 +0530
commit147ac7b7dc14094d6fc9c114923a8eb5fc0ce0d6 (patch)
tree070f73f180938181353dace1558859b825ec4d2c
parentd744a939d05402d8cdcb5cfec3b2b3073849f8ba (diff)
downloadoctans-147ac7b7dc14094d6fc9c114923a8eb5fc0ce0d6.tar.gz
Document new feature in README
-rw-r--r--README15
-rw-r--r--README.org3
2 files changed, 14 insertions, 4 deletions
diff --git a/README b/README
index 6d919fb..ae19adc 100644
--- a/README
+++ b/README
@@ -16,8 +16,9 @@ Table of Contents
 .. 1. Implementation
 .. 2. Options
 4. News
-.. 1. v0.1.1 - 2021-01-20
-.. 2. v0.1.0 - 2021-01-19
+.. 1. v0.1.2 - 2021-01-20
+.. 2. v0.1.1 - 2021-01-20
+.. 3. v0.1.0 - 2021-01-19
 
 
 Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles.
@@ -151,13 +152,19 @@ Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles.
 4 News
 ══════
 
-4.1 v0.1.1 - 2021-01-20
+4.1 v0.1.2 - 2021-01-20
+───────────────────────
+
+  ⁃ Input puzzle can now be of any size & not restricted to 4x4 grid.
+
+
+4.2 v0.1.1 - 2021-01-20
 ───────────────────────
 
   ⁃ Read puzzle from a file.
 
 
-4.2 v0.1.0 - 2021-01-19
+4.3 v0.1.0 - 2021-01-19
 ───────────────────────
 
   This version improved performance by re-implementing the algorithm to
diff --git a/README.org b/README.org
index 7667ad4..8d9f2ba 100644
--- a/README.org
+++ b/README.org
@@ -89,6 +89,9 @@ format:
 This will increase verbosity.
 
 * News
+** v0.1.2 - 2021-01-20
++ Input puzzle can now be of any size & not restricted to 4x4 grid.
+
 ** v0.1.1 - 2021-01-20
 + Read puzzle from a file.