]> lifelog.hopto.org Git - PerlCNF.git/commitdiff
sub. 3.3.1 Simple table relations now implemented.
authorWill Budic <redacted>
Sat, 6 Jul 2024 04:06:13 +0000 (14:06 +1000)
committerWill Budic <redacted>
Sat, 6 Jul 2024 04:06:13 +0000 (14:06 +1000)
README.md

index 2125bb8bec354f80432a1e29882282fc6bb04601..9ccdf0bbfc943f09ae1e97d9cb6800112498d8ef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,15 +16,17 @@ Public open source: <code>git clone git://lifelog.hopto.org/PerlCNF</code>
 ---
 
 ## Release Status
-* (024-07-06) - v.3.3.1, **PerlCNF Minor Release**
-  Further development on data plugins and tables. First simple one to one relationship between tables implemented.
+
+* (2024-07-06) - v.3.3.1, **PerlCNF Minor New Release**
+  Further development on data plugins and tables. First simple many to one (any to single) relationship between tables implemented.
   * CNFSQL updated.
   * New CentralDataPlugin
     * Creates automated SQL queries and synchronization based on a TREE schema, fully automated.
     * CNF DATA based instructions, that is tables are converted automatically to and SQL database/
   * TestManger major upgrade, has better output and error handling, argument options.
-    * testAll.pl, reports better now, lising failed cases last, to easier find.
+    * testAll.pl, reports better now, listing of failed cases last, to easier find.
     * Plugin Exception should not throw exceptions with trace from packages, is another observance.
+
 * (2024-06-25) - v.3.3, **PerlCNF Released**
   Preliminary release of v.3.3 has now pushed to the [gitweb](http://lifelog.hopto.org/gitweb/?p=PerlCNF.git;a=tree).
   Specification and release loge yet has to be updated.