Skip to content

Commit a401fcf

Browse files
committed
updating changelog
1 parent 771657e commit a401fcf

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

all.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6782,6 +6782,8 @@ <h1>Change Log</h1>
67826782
<h2>2015</h2>
67836783
<h3>August</h3>
67846784
<ul>
6785+
<li>Created new pages for <a href="/unit-testing.html">unit testing</a> and
6786+
<a href="/integration-testing.html">integration testing</a>.</li>
67856787
<li>Created a new page on <a href="/testing.html">testing</a> that will be fleshed out
67866788
over the next few weeks.</li>
67876789
<li>Added new <a href="/django.html">Django</a> resources, especially for migrations.</li>

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>August</h3>
4444
<ul>
45+
<li>Created new pages for <a href="/unit-testing.html">unit testing</a> and
46+
<a href="/integration-testing.html">integration testing</a>.</li>
4547
<li>Created a new page on <a href="/testing.html">testing</a> that will be fleshed out
4648
over the next few weeks.</li>
4749
<li>Added new <a href="/django.html">Django</a> resources, especially for migrations.</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-29T10:55:00Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-29T11:03:27Z</updated></feed>

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ the
1414

1515
## 2015
1616
### August
17+
* Created new pages for [unit testing](/unit-testing.html) and
18+
[integration testing](/integration-testing.html).
1719
* Created a new page on [testing](/testing.html) that will be fleshed out
1820
over the next few weeks.
1921
* Added new [Django](/django.html) resources, especially for migrations.

0 commit comments

Comments
 (0)