Skip to content

Commit 2f59318

Browse files
committed
updating changelog
1 parent 4ba7496 commit 2f59318

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

all.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5805,6 +5805,9 @@ <h1>Change Log</h1>
58055805
<h2>2015</h2>
58065806
<h3>May</h3>
58075807
<ul>
5808+
<li>New page on <a href="/enterprise-python.html">Enterprise Python</a>. A bit op-ed-ish
5809+
perhaps, but I think it captures some of the spirit of the open source
5810+
ecosystem with regards to Python for enterprise software development.</li>
58085811
<li>Added additional <a href="/django.html">Django</a> resources, specifically related to
58095812
testing.</li>
58105813
</ul>

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>New page on <a href="/enterprise-python.html">Enterprise Python</a>. A bit op-ed-ish
46+
perhaps, but I think it captures some of the spirit of the open source
47+
ecosystem with regards to Python for enterprise software development.</li>
4548
<li>Added additional <a href="/django.html">Django</a> resources, specifically related to
4649
testing.</li>
4750
</ul>

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-13T15:10:20Z</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-13T15:13:14Z</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+
* New page on [Enterprise Python](/enterprise-python.html). A bit op-ed-ish
18+
perhaps, but I think it captures some of the spirit of the open source
19+
ecosystem with regards to Python for enterprise software development.
1720
* Added additional [Django](/django.html) resources, specifically related to
1821
testing.
1922

0 commit comments

Comments
 (0)