Skip to content

Commit 54eb3d5

Browse files
committed
Updating readme
1 parent 27ea6e4 commit 54eb3d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ classDiagram
7575
<<interface>>
7676
+ItemId : string
7777
+Database : IDatabase
78+
+HasChanged(void) bool
7879
}
7980
8081
class IAccount {
@@ -136,7 +137,6 @@ classDiagram
136137
+Save(void) void
137138
+Delete(void) void
138139
+Close(void) void
139-
+HasChanged(void) bool
140140
+HasChanged(in itemId string) bool
141141
+HasChanged(in itemId string, in fieldName string) bool
142142
+ImportFromFile(in filePath string) bool
@@ -146,6 +146,7 @@ classDiagram
146146
class ILog {
147147
<<interface>>
148148
+DateTime : DateTime
149+
+ItemId : string
149150
+Message : string
150151
+NeedsReview : bool
151152
}
@@ -164,6 +165,7 @@ classDiagram
164165
<<enumeration>>
165166
None
166167
WarnIfPasswordLeaked
168+
WarnIfDuplicatedPassword
167169
}
168170
169171
class WarningType {

0 commit comments

Comments
 (0)