diff --git a/Claunia.IO/ChangeLog b/Claunia.IO/ChangeLog index 574c416..b8e8f0a 100644 --- a/Claunia.IO/ChangeLog +++ b/Claunia.IO/ChangeLog @@ -1,3 +1,17 @@ +2015-02-08 Natalia Portillo + + * DirectoryInfo.cs: + Created DirectoryInfo class that cheats to inherint + System.IO.DirectoryInfo + + * FileInfo.cs: + Created FileInfo class that cheats to inherint + System.IO.FileInfo + + * Claunia.IO.csproj: + Removed skeleton empty class and added DirectoryInfo and + FileInfo classes. + 2015-02-08 Natalia Portillo * DirectoryInfo.cs: