Skip to content

Commit 2206866

Browse files
committed
updated changelog
1 parent be955e0 commit 2206866

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

all.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5900,6 +5900,9 @@ <h1>Change Log</h1>
59005900
<h2>2015</h2>
59015901
<h3>May</h3>
59025902
<ul>
5903+
<li>Worked on making <a href="/why-use-python.html">Why Use Python?</a> page specific to
5904+
that topic now that the <a href="/enterprise-python.html">Enterprise Python</a> page
5905+
contains enterprise-y info.</li>
59035906
<li>New page on the super broad topic of <a href="/data.html">Data</a> with Python.
59045907
Eventually it'll link to all sorts of data topics such as analysis,
59055908
visualization and processing.</li>

change-log.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>May</h3>
4444
<ul>
45+
<li>Worked on making <a href="/why-use-python.html">Why Use Python?</a> page specific to
46+
that topic now that the <a href="/enterprise-python.html">Enterprise Python</a> page
47+
contains enterprise-y info.</li>
4548
<li>New page on the super broad topic of <a href="/data.html">Data</a> with Python.
4649
Eventually it'll link to all sorts of data topics such as analysis,
4750
visualization and processing.</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-05-20T06:45: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>2015-05-21T14:20:08Z</updated></feed>

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

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

1515
## 2015
1616
### May
17+
* Worked on making [Why Use Python?](/why-use-python.html) page specific to
18+
that topic now that the [Enterprise Python](/enterprise-python.html) page
19+
contains enterprise-y info.
1720
* New page on the super broad topic of [Data](/data.html) with Python.
1821
Eventually it'll link to all sorts of data topics such as analysis,
1922
visualization and processing.

0 commit comments

Comments
 (0)