Skip to content

Commit ee48925

Browse files
committed
updating changelog
1 parent e094113 commit ee48925

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
@@ -3698,6 +3698,8 @@ <h1>Change Log</h1>
36983698
<h2>2014</h2>
36993699
<h3>August</h3>
37003700
<ul>
3701+
<li>New interesting link for web framework code complexity visualizations.</li>
3702+
<li>Merged pull request that fixed some issues on WSGI page.</li>
37013703
<li>Updated table of contents so it's easier to read and broken down by
37023704
sections.</li>
37033705
<li>Added new <a href="/web-design.html">Web Design</a> page to cleanly separate CSS from

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>August</h3>
4848
<ul>
49+
<li>New interesting link for web framework code complexity visualizations.</li>
50+
<li>Merged pull request that fixed some issues on WSGI page.</li>
4951
<li>Updated table of contents so it's easier to read and broken down by
5052
sections.</li>
5153
<li>Added new <a href="/web-design.html">Web Design</a> page to cleanly separate CSS from

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>2014-08-31T06:53:17Z</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>2014-08-31T06:54:12Z</updated></feed>

source/content/pages/11-misc/1103-change-log.markdown

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

2525
## 2014
2626
### August
27+
* New interesting link for web framework code complexity visualizations.
28+
* Merged pull request that fixed some issues on WSGI page.
2729
* Updated table of contents so it's easier to read and broken down by
2830
sections.
2931
* Added new [Web Design](/web-design.html) page to cleanly separate CSS from

0 commit comments

Comments
 (0)