From 3d59b3267d519ba4c993779a49753ffe0edabf15 Mon Sep 17 00:00:00 2001 From: hneemann Date: Thu, 23 Feb 2017 15:27:53 +0100 Subject: [PATCH] renamed a example --- distribution/ReleaseNotes.txt | 2 +- src/main/dig/cmos/{tristateout.dig => tristateOut.dig} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main/dig/cmos/{tristateout.dig => tristateOut.dig} (100%) diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index adf63af2b..0983b9322 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -6,7 +6,7 @@ planned as v0.10 - Mouse actions can be canceled by the ESC key. - With the right mouse button you can now select and move/delete wires. - Added a real bidirectional switch and a relay. -- Added N and P channel FETs +- Added N and P channel FETs and some CMOS examples v0.9, released on 03. Feb 2017 - improved documentation diff --git a/src/main/dig/cmos/tristateout.dig b/src/main/dig/cmos/tristateOut.dig similarity index 100% rename from src/main/dig/cmos/tristateout.dig rename to src/main/dig/cmos/tristateOut.dig