diff --git a/ChangeLog.txt b/ChangeLog.txt
index 2bf64be20..26d9798e1 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,4 +1,5 @@
# Version 0.4.4
+- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements.
- Updated description measurements N06 and N07. Add new measurements A23 and J10.
- Fixed GUI issue. After full parse some widgets was incorrectly reseted.
- [#464] Crash. Issue with modeling node objects.
diff --git a/src/app/share/tables/templates/t_Aldrich_Women.vit b/src/app/share/tables/templates/t_Aldrich_Women.vit
new file mode 100644
index 000000000..44d676add
--- /dev/null
+++ b/src/app/share/tables/templates/t_Aldrich_Women.vit
@@ -0,0 +1,48 @@
+
+
+
+ 0.3.3
+ true
+
+ cm
+ 998
+
+
+
+ 1800-01-01
+ unknown
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/app/share/tables/templates/template_all_measurements.vit b/src/app/share/tables/templates/template_all_measurements.vit
index 15f4fd5a1..d432f9c82 100644
--- a/src/app/share/tables/templates/template_all_measurements.vit
+++ b/src/app/share/tables/templates/template_all_measurements.vit
@@ -2,10 +2,10 @@
0.3.3
- false
+ true
cm
- 41
+ 998
@@ -36,6 +36,7 @@
+
@@ -170,6 +171,7 @@
+
@@ -224,8 +226,8 @@
-
-
+
+
diff --git a/src/app/tables.pri b/src/app/tables.pri
index 972cc3db8..ecd75af47 100644
--- a/src/app/tables.pri
+++ b/src/app/tables.pri
@@ -2,6 +2,8 @@
INSTALL_STANDARD_MEASHUREMENTS += $$PWD/share/tables/standard/GOST_man_ru.vst
# Keep path to all template files we have right now
-INSTALL_STANDARD_TEMPLATES += $$PWD/share/tables/templates/template_all_measurements.vit
+INSTALL_STANDARD_TEMPLATES += \
+ $$PWD/share/tables/templates/template_all_measurements.vit \
+ $$PWD/share/tables/templates/t_Aldrich_Women.vit
copyToDestdir($$INSTALL_STANDARD_MEASHUREMENTS, $$shell_path($${OUT_PWD}/$$DESTDIR/tables/standard))