Skip to content

Commit c7312e9

Browse files
committed
updating changelog with last night's major speed improvements
1 parent 9a29e08 commit c7312e9

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
@@ -4425,6 +4425,9 @@ <h1>Change Log</h1>
44254425
<h2>2015</h2>
44264426
<h3>January</h3>
44274427
<ul>
4428+
<li>Rewrote the Mailchimp sign up form for the email list so it doesn't have
4429+
the external JQuery libraries as dependencies. Site should be even faster
4430+
now.</li>
44284431
<li>Stripped a significant portion of unused Bootstrap boilerplate from the CSS
44294432
file and minified it. The resulting CSS file is over 100KB less (about
44304433
25KB down from 130KB) so the site should load faster now.</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>January</h3>
4444
<ul>
45+
<li>Rewrote the Mailchimp sign up form for the email list so it doesn't have
46+
the external JQuery libraries as dependencies. Site should be even faster
47+
now.</li>
4548
<li>Stripped a significant portion of unused Bootstrap boilerplate from the CSS
4649
file and minified it. The resulting CSS file is over 100KB less (about
4750
25KB down from 130KB) so the site should load faster now.</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-01-27T22:21:06Z</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-01-28T09:22:54Z</updated></feed>

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

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

2525
## 2015
2626
### January
27+
* Rewrote the Mailchimp sign up form for the email list so it doesn't have
28+
the external JQuery libraries as dependencies. Site should be even faster
29+
now.
2730
* Stripped a significant portion of unused Bootstrap boilerplate from the CSS
2831
file and minified it. The resulting CSS file is over 100KB less (about
2932
25KB down from 130KB) so the site should load faster now.

0 commit comments

Comments
 (0)