Skip to content

Commit 011c23a

Browse files
committed
updating changelog
1 parent 53eb31e commit 011c23a

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6477,6 +6477,11 @@ <h1>Change Log</h1>
64776477
the
64786478
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
64796479
<h2>2015</h2>
6480+
<h3>July</h3>
6481+
<ul>
6482+
<li>New resources on the <a href="/web-frameworks.html">web frameworks</a> and
6483+
<a href="/morepath.html">Morepath</a> pages.</li>
6484+
</ul>
64806485
<h3>June</h3>
64816486
<ul>
64826487
<li>New <a href="/api-creation.html">API Creation</a> and <a href="/django.html">Django</a> resources

change-log.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ <h1>Change Log</h1>
4040
the
4141
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
4242
<h2>2015</h2>
43+
<h3>July</h3>
44+
<ul>
45+
<li>New resources on the <a href="/web-frameworks.html">web frameworks</a> and
46+
<a href="/morepath.html">Morepath</a> pages.</li>
47+
</ul>
4348
<h3>June</h3>
4449
<ul>
4550
<li>New <a href="/api-creation.html">API Creation</a> and <a href="/django.html">Django</a> resources

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-07-06T07:26:16Z</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-07-06T07:27:27Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ the
1313

1414

1515
## 2015
16+
### July
17+
* New resources on the [web frameworks](/web-frameworks.html) and
18+
[Morepath](/morepath.html) pages.
19+
1620
### June
1721
* New [API Creation](/api-creation.html) and [Django](/django.html) resources
1822
added.

0 commit comments

Comments
 (0)