diff --git a/Changelog.txt b/Changelog.txt
index 26d4b7d..4c2f5cf 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,8 @@
+Version 2.15
+- Added the PWDump custom view
+- Added the HashNT custom view
+- Added the HashLM custom view
+
Version 2.14
- Added support for Windows Server 2016 ntds.dit encryption.
- Added support for replication with renamed domains.
diff --git a/Src/DSInternals.PowerShell/DSInternals.format.ps1xml b/Src/DSInternals.PowerShell/DSInternals.format.ps1xml
index a7f2696..e0bdbc0 100644
--- a/Src/DSInternals.PowerShell/DSInternals.format.ps1xml
+++ b/Src/DSInternals.PowerShell/DSInternals.format.ps1xml
@@ -24,6 +24,7 @@
Hash
+
@@ -37,6 +38,22 @@
+
+ Rid
+
+
+
+
+
+
+
+ [DSInternals.Common.SecurityIdentifierExtensions]::GetRid($_)
+
+
+
+
+
+
KerberosKeyData
@@ -496,6 +513,7 @@
JohnNT
+
DSInternals.Common.Data.DSAccount
@@ -523,6 +541,7 @@
JohnLM
+
DSInternals.Common.Data.DSAccount
@@ -550,6 +569,7 @@
Ophcrack
+
DSInternals.Common.Data.DSAccount
@@ -582,6 +602,7 @@
HashcatNT
+
DSInternals.Common.Data.DSAccount
@@ -604,6 +625,7 @@
HashcatLM
+
DSInternals.Common.Data.DSAccount
@@ -624,5 +646,77 @@
+
+ NTHash
+
+
+ DSInternals.Common.Data.DSAccount
+
+
+
+
+
+
+ NTHash
+ Hash
+
+
+
+
+
+
+
+ LMHash
+
+
+ DSInternals.Common.Data.DSAccount
+
+
+
+
+
+
+ LMHash
+ Hash
+
+
+
+
+
+
+
+ PWDump
+
+
+ DSInternals.Common.Data.DSAccount
+
+
+
+
+
+
+ SamAccountName
+
+ :
+
+ Sid
+ Rid
+
+ :
+
+ LMHash
+ Hash
+
+ :
+
+ NTHash
+ Hash
+
+ :::
+
+
+
+
+
\ No newline at end of file