Kristan Kenney 5 лет назад
Родитель
Сommit
2e2dc53017
1 измененных файлов с 10 добавлено и 2 удалено
  1. 10 2
      CHANGELOG.md

+ 10 - 2
CHANGELOG.md

@@ -6,8 +6,16 @@ All notable changes to this project will be documented in this file.
 
 ### Bugfixes
 - Create mailhelo.conf if it doesnt exist to prevent a error message during grep.
- 
-## [1.2.1] - Service Release 1 (beta)
+- Corrected the display of DNS record types to appear in alphabetical order.
+- Fixed an issue where the DNS record type field would reset if an error occurred while adding a new DNS record. (#992)
+- Fixed an issue where the DNS domain hint would not appear correctly when editing a DNS record. (#993)
+- Fixed an issue where a DNS record would become malformed if changed from A to CNAME. (#988)
+- Fixed an issue with the back button on the DNS records page. (#989)
+- Fixed an issue where phpMyAdmin/phpPgAdmin would not load correctly due to an incorrect vhost configuration. (#970)
+- Fixed an issue where malformed JSON output was returned when custom theme files are present. (#967)
+- Fixed an error that would occur when running `v-change-user-php-cli` for the first time if .bash_aliases did not exist. (#960)
+
+## [1.2.1] - Service Release 1
 ### Features
 - Consolidated First and Last Name fields to a singular name field to simply input.
     - v-change-user-name will now accept both "First Last" (single argument) and First Last (two arguments) for backward compatibility.