Skip to content

Commit

Permalink
Minor update of ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
jatom committed Feb 17, 2020
1 parent 7683919 commit 157161b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,39 @@ Note

![Conditions](Images/ChangeLog/Conditions.png)

Example:

```xml
<CONDITIONS>
<PREPARATION>A solution of 7 (0.5 g, 1.8 mmol)...</PREPARATION>
<CONDITION_GROUP>
<TEMPERATURE>
<min>20</min>
<max>20</max>
</TEMPERATURE>
<TIME>
<min>23</min>
<max>23</max>
</TIME>
</CONDITION_GROUP>
<CONDITION_GROUP>
<TEMPERATURE>
<min>165</min>
<max>165</max>
</TEMPERATURE>
<TIME>
<min>5</min>
<max>5</max>
</TIME>
</CONDITION_GROUP>
<CONDITION_GROUP>
<TIME>
<min>6</min>
<max>6</max>
</TIME>
</CONDITION_GROUP>
</CONDITIONS>
```

### Other

Expand Down

0 comments on commit 157161b

Please sign in to comment.