changes: Fix style of changes file for 32994

This commit is contained in:
teor
2020-03-14 20:15:39 +10:00
parent 1a9cbc5bb4
commit 384111cd4f
+2 -7
View File
@@ -1,8 +1,3 @@
o Code simplification and refactoring:
- port_new_cfg() returns default object with reasonable values.
- port_parse_config() uses this default object instead of
temporary variables.
- Files changed -> src/app/config/config.c
- Functions changed -> port_new_cfg() and port_parse_config()
- Closes ticket 32994.
- Patch by MrSquanchee
- Rewrite port_parse_config() to use the default port flags from
port_cfg_new(). Closes ticket 32994. Patch by MrSquanchee.